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.

Read Full Article

Leave a Comment