Question: 4. Write a bash script named Q4.sh that will output your name, the script name, and first two parameters. You must use argument identifiers in

4. Write a bash script named Q4.sh that will output your name, the script name, and first two parameters. You must use argument identifiers in your script to determine the script name and parameter values. You will need to modify the permissions on Q4.sh so that it can be executed To test your script, enter the following command in a terminal window: ./24.sh firstparam secondparam Your output should look like this, only with your name instead of mine: whiten1@ubuntuGold: Assignments/Assignment6$ ./24.sh firstparam secondparam Nathan White ./04.sh firstparam secondparam whiten1@ubuntuGold: Assignments/Assignments Linux script
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
