Basic shell script program in Unix/Linux.
The Basic shell script program which is used in Unix. 1. Printing count of arguments passed by command line echo $# exit 0 rock@rock-VirtualBox:~$ bash file.sh 1 2 3 3 …
Basic shell script program in Unix/Linux. Read More