Question: Write a bash script to display the number of command line arguments used in running the script. The script is called lab1_1.sh. If ran as
Write a bash script to display the number of command line arguments used in running the script. The script is called lab1_1.sh. If ran as bash lab1_1.sh abc def ghi kl (or just lab1_1.sh abc def ghi kl) it displays The number of arguments is 4 Where there is only one space between each two words, and a new line after 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
