Question: Linux. create a script called repeater.sh that will take at least two command line arguments and display the following output. udc-ba36-23-scripts$repeater.sh 1 2 3 4
Linux. create a script called repeater.sh that will take at least two command
line arguments and display the following output.
udc-ba36-23-scripts$repeater.sh 1 2 3 4
1 is what was said first
2 is what was said second
1 2 3 4 is everything that was said
udc-ba36-23-scripts$repeater.sh "1 2" 3 4
1 2 is what was said first
3 is what was said second
1 2 3 4 is everything that was said
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
