Assign07a - result check.
Create a shell script called gtest with the following :
#!/bin/bash
diff gout.$1 ~berezin/Grep/gout.$1
Make it executable.
Run your assn07a grep script.
You should now be able to compare my output and your output files. If no
differences found, your answer should be good.
./gtest 01
Repeat for each question assigned to you.