Assignment Four
This assignment is a continuation of Assignment Three. Continue the script to process the file winners and losers from Assignment Three using the file commands cut, awk with printf, sort, uniq and join to produce a file containing each team in the file ncaa2007.data along with the number of wins and the number of losses in alphabetic order according to the team name. Call the resulting file ncaa.out. Make sure it looks something like
Results of All NCAA Division I Basketball Tournaments
Air Force won 0 and lost 4
Akron won 0 and lost 1
...........................................
The first two lines are the first two line of the result.
This assignment is due on October 17th at class time. Hand in a printout of the script.