Assignment Five
Write a script to have the user input a from_date and a to_date in the range 1939 to 2007. Use either command line parameters or prompt the user for the dates. Using the dates display all games (lines) of the file ncaa2007.data from the from_date to the to_date. For example if the from_date is 1987 and the to_date is 2000 all games from 1987 through 2000 will be displayed. Make sure the dates are legal and that the from_date <= to_date. Note: the sed command cannot be used in this assignment. This assignment is due October 31st. Hand in a printout of the script.