[solved]-Task 2 Parameterssh Write Bash Script Named Parameterssh Displays Positional Parameters Pa Q39005002
*** IN LINUX
Task 2 – parameters.sh: Write a bash script named parameters.sh that displays all the positional parameters that were passed to it. An example execution would be: tux@LinuxBox > ./parameters.sh one two three four five Received 5 parameters (one two three four five) tux@LinuxBox > Note that you should be able to get this done in a single echo statement, but as long as your script produces correct output I will give you full credit. Make sure that the output of your script exactly matches the example, otherwise you will lose points. Submit both your code and a screenshot demonstrating that the script functions correctly. Show transcribed image text Task 2 – parameters.sh: Write a bash script named parameters.sh that displays all the positional parameters that were passed to it. An example execution would be: tux@LinuxBox > ./parameters.sh one two three four five Received 5 parameters (one two three four five) tux@LinuxBox > Note that you should be able to get this done in a single echo statement, but as long as your script produces correct output I will give you full credit. Make sure that the output of your script exactly matches the example, otherwise you will lose points. Submit both your code and a screenshot demonstrating that the script functions correctly.
Expert Answer
Answer to Task 2 – parameters.sh: Write a bash script named parameters.sh that displays all the positional parameters that were pa… . . .
OR

