// slightly edited history file, of commands I think were used during
//     CS 279 Week 2 Lecture 1, 8-27-12

 1001  cd 279lab01
 1002  ls
 1003  rm save3
 1004  ls save3
 1005  rmdir save3
 1006  cd save3
 1007  ls
 1008  ls *
 1009  pwd
 1010  cd save-me
 1011  rm -i *
 1012  yes
 1013  ls
 1014  cd ..
 1015  ls
 1016  rmdir save-me
 1017  ls
 1018  ls -a
 1019  cd
 1020  ls -a
 1021  man rm
 1022  man 1 mkdir
 1023  man man
 1024  man -k director
 1025  man 2 rmdir
 1026  man rmdir
 1027  man 1 rmdir
 1028  apropos director
 1029  man find
 1030  help find
 1031  find -help
 1032  find -man
 1033  history > 279lect02-1-stuff.txt