Question: Hi, I have the following shell script code in vi editor. For line 25, I can't get the date to print when I execute the
Hi, I have the following shell script code in vi editor. For line 25, I can't get the date to print when I execute the file. How should I remedy this?
Also, I've tried to fix as many errors as I can find. If there are any more, please let me know!

Here is a sample of the output once all errors are corrected:
Try to find out some errors!!! Wed Feb 21 19:59:01 EST 2018 The result has been sent to ylong4@student.gsu.edu Congratulations! You have corrected all the errors!
1 #!/bin/bash 2 3 #/-ENER Error Script */ 4 5 echo "Try to find out some errors!!!" 7 # Search for the words which can be matched by regex [^a]*ce 8 echo "The regex [a]*ce can match the string(s):" > enl 9 # And append matched stings to file "Result" 10 cat
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
