- Append all the content of the various country files into
country.txt
. This way, the contents ofcountry.txt
will appear like a "header" for the data in the other files. Verify that you did this successfully. - Using
grep
, extract all the rows of data corresponding to the year 1997 and put them into a separate file. - Commit these changes to your
workshop
repository and push your changes up to GitHub!