[solved]-Task 3 Reversesh Write Script Named Reversesh Given Two Words Positional Parameters Displa Q39005024

**** IN LINUX
Task 3 – reverse.sh: Write a script named reverse.sh which, given two words as positional parameters, displays them in reverse order. An example execution would be: tux@LinuxBox > ./reverse.sh first next next first tux@LinuxBox > Note the following: 1. There should be a space between the two parameters 2. The next shell prompt should not be on the same line as the parameters Make sure that the output of your script exactly matches the example. Submit both your code and a screenshot demonstrating that the script functions correctly. Show transcribed image text Task 3 – reverse.sh: Write a script named reverse.sh which, given two words as positional parameters, displays them in reverse order. An example execution would be: tux@LinuxBox > ./reverse.sh first next next first tux@LinuxBox > Note the following: 1. There should be a space between the two parameters 2. The next shell prompt should not be on the same line as the parameters Make sure that the output of your script exactly matches the example. Submit both your code and a screenshot demonstrating that the script functions correctly.
Expert Answer
Answer to Task 3 – reverse.sh: Write a script named reverse.sh which, given two words as positional parameters, displays them in r… . . .
OR

