Shell Scripting Tutorial
Hello, I’m Yash. Sole programmer at planetvearcity – a place where programmers come to learn, build, and grow.
Welcome to the new tutorial series on shell scripting. In this video, we will be covering the introduction of shell scripting and write a hello world script.
Before we begin. I recommend you guys to watch my Linux command line tutorial. I have posted the link in the description. That tutorial is a prerequisite to this tutorial series. Moving along I will assume you understand basic Linux commands.
The shell script is a computer program designed to be run by the Unix/Linux.
There many different types of the shell such as:
- The Bourne Shell
- The C shell
- The Korne Shell
- The Bourne-Again shell