Question: This is in Linux. Need help with finding and correcting the 4 errors in the shell script. In Lab 5, you may have tried the

This is in Linux. Need help with finding and correcting the 4 errors in the shell script.

This is in Linux. Need help with finding and correcting the 4

errors in the shell script. In Lab 5, you may have tried

In Lab 5, you may have tried the shell script checkError.sh in part 3. However, there are four errors on four different lines in that shell script. Please correct all the four errors by writing down the line number, the error and the correction as below: Line #: Error: Correction: Note: please use cat -n to check the line numbers. $#/bin/bash Check Error Script */ echo "Try to find out some errors!!!" # Seach for the words which can be matched by regex [^a] *ce # And save the output to file "Result" echo "The regex (^a] *ce can match the string(s):" > Result grep "^[^a] *ce$' END >> Result lance ace brace decide piece -ENDHERE # Check the existence of file "Result" # Send the content in "Result" to your emailbox # $1 is replaced by your campusID ls mail $1@student.gsu.edu

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!