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
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
Get step-by-step solutions from verified subject matter experts
