Q. How do I add command line arguments in Bash Ans: #!/bin/bash if [ $# -ne 2 ] ; then echo -e " please provide correct number of argu...Read more »
The Magician Of Linux
Q. How do I add command line arguments in Bash Ans: #!/bin/bash if [ $# -ne 2 ] ; then echo -e " please provide correct number of argu...Read more »