Write a shell scriptwparser.bashthat would process these data files.
The shell script is expected to be given the name of a directory, under which it will start the search for data files whose names are of the formweather_info_*.dataas its argument. (Do not hard code the directory name in your script).If the script is not invoked with the correct number of arguments, it should throw an usage message and terminate with a code of 1.
If the passed argument is not a valid directory name, it should throw an error message and terminate with code 1. For this particular situation (and only here), the error message must be send to the standard error and not the standard output.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here