How to find file name of the script with in a bash shell script

With in a bash shell script, you can use the very first command line argument ($0) to find the name of the script. The following example explains it. Read Full Article for more details with example.

Leave a Comment