Review of Unix commands/utilities from UNIXLab2: awk, grep, pipes, sed
Intro to shell script -- file containing Unix commands. Use of shell script to begin automating testing:
-- input file contains test cases
-- test data extracted and piped to program under test
-- test results redirected to output, test results file.
We will continue the march towards automation in next class/lab.