Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started