Bash scripting Tutorial - Linux Configuration Tutorials
1. Hello World Bash Shell Script First you need to find out where is your bash interpreter located. Enter the following into your command line: $ which bash Open up you favorite text editor and a create file called hello_world.sh. Insert the following lin...