Bob maintains a website with baseball scores. Alice is a Pittsburgh Pirates fan,
and she only wants scores from Pirates games. Can you make a version of this
file for Alice with only Pirates games? (Keep this message and the header, and
delete any lines below the header which don't contain "PIT.")
(Hint: To save time, Vim and Emacs each have a way to affect all lines matching
a pattern. Look up Vim ":g" or Emacs "keep-lines". Keep in mind ":g" will
affect all lines in the file, including this message.)
--------------------------------------------------------------------------------
Vis   Home  Score      Winner       Loser
STL   @PIT   7-2       J. Kelly     K. Johnson
PIT   @MIL   5-2       C. Morton    T. Thornburg
PIT   @MIL   4-3       V. Mazzaro   J. Henderson
PIT   @MIL   3-9       W. Peralta   F. Liriano
PIT   @STL   8-12      J. Kelly     A. Burnett
PIT   @STL   0-5       A. Wainwrigh J. Locke
PIT   @STL   2-9       M. Wacha     C. Morton
PIT   @TEX   1-0       G. Cole      Y. Darvish
PIT   @TEX   5-4       F. Liriano   M. Perez
PIT   @TEX   7-5       A. Burnett   M. Garza
CHC   @PIT   1-3       J. Locke     C. Rusin
