Question: 1 Learn to use the built-in variables: $ cd $ mkdir lab5 $ cd lab5 Edit the following file using either cat or pico with
1 Learn to use the built-in variables: $ cd $ mkdir lab5 $ cd lab5 Edit the following file using either cat or pico with the name as my 3 #!/bin/bash echo echo " Number of parameters is "$# echo echo "The name of script program is "$0 echo **** echo "Parameters as a single string: "$* echo **** echo ***
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
