Question: #!/bin/bash #Descriptition Reading Script This script below will read from the keyboard and do an action based on the input. Name the script read.sh. Make

#!/bin/bash

#Descriptition #!/bin/bash #Descriptition Reading Script This script below will read from the keyboard

Reading Script This script below will read from the keyboard and do an action based on the input. Name the script read.sh. Make it executable and test it. Don't forget to include the proper beginning lines from the beginning of the assignment. Then include the lines below. echo "Existing filenone" read filen echo "New filename: read rew_filen command="cp-1 Sfilen Snew_file" echo "executing Scommand." $command 2. Show the complete script (roads) and the result of running it using a screenshot 3. Describe what read.sh is doing 4. As you type in scripts you will have typos and encounter various errors. After this script runs without error, induce an error by putting blanks around the equal sign. Include a screenshot showing the error that happens when you run the script after introducing the error

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!