# from one terminal window, near beginning of class

  504  rematch-play.sh abcd
  505  fg
  506  rematch-play.sh abcd
  507  rematch-play.sh amoobmoocmoodmoo
  508  fg
  509  rematch-play.sh amoobmoocmoodmoo
  510  fg
  511  rematch-play.sh "How are you, babe? The calculus is fine, dude."
  512  rematch-play.sh "a bhowcmoodwhatever"
  513  rematch-play.sh bc
  514  rematch-play.sh abc
  515  fg
  516  rematch-play.sh amoobmoocd
  517  fg
  518  clicker-rematch.sh "moo oh yeah moo37moo"
  519  clicker-rematch.sh "one moo two moo three moo four moo"

# from another terminal window, later during class

  503  ls
  504  gzip rematch-play.sh
  505  ls
  506  gunzip rematch-play.sh.gz
  507  ls 
  508  ls -l rematch-play.sh
  509  ls -lh rematch-play.sh
  510  gzip rematch-play.sh
  511  ls -lh rematch-play.sh.gz
  512  gunzip rematch-play.sh.gz
  513  ls -lh rematch-play.sh
  514  gzip rematch-play.sh
  515  cat rematch-play.sh.gz 
  516  gunzip rematch-play.sh.gz
  517  gzip -v rematch-play.sh
  518  ls
  519  gzip -rv tryIt
  520  ls
  521  ls tryIt
  522  mkdir tryIt/stuff
  523  mkdir tryIt/junk
  524  touch tryIt/stuff/moo
  525  touch tryIt/stuff/moof
  526  touch tryIt/junk/moof
  527  gzip -rv tryIt
  528  ls -r tryIt
  529  ls tryIt/*
  530  tar cvf tryIt.tar tryIt
  531  ls tr*
  532  mkdir newstuff
  533  cp tryIt.tar newstuff
  535  cd newstuff/
  536  ls
  537  tar xvf tryIt.tar
  538  ls
  539  ls */*
  540  ls
  541  gzip -v tryIt.tar
  542  ls
  543  tar -t tryIt.tar.gz 
  544  tar -tf tryIt.tar.gz 
  545  history > 279lect10-1-history.txt