Course Notes (alphabetical order)

Oct 30 00:00 2001  countupscript.txt   This script shows the numbers from one to the number on the command line.
Oct 30 07:19 2001  diffsortscript.txt   Show how each file name differs from its sorted version.
Oct 24 05:04 2001  echoscript.txt   $0 [ args... ]
Oct 24 05:04 2001  filedirscript.txt   Tells whether a pathname is a file or directory.
Oct 24 05:04 2001  fingerscript.txt   Finger the Computer Graphics Lab and show users with line numbers.
Oct 24 05:04 2001  for1script.txt   A script that displays the arguments on the command line.
Oct 24 05:04 2001  for2script.txt   A script that displays the arguments on the command line.
Jul  1 10:44 2001  for3script.txt   $0 [ pathnames... ]
Oct 29 01:50 2001  grepscript.txt   A script that looks for strings in the password file.
Oct 30 08:14 2001  guessscript.txt   Play a guessing game on the number.
Jul  1 10:51 2001  if1script.txt   $0 pathname
Jul  2 00:00 2001  if2script.txt   $0 pathname
Oct 24 05:04 2001  if3script.txt   A script that classifies arguments given on the command line
Oct 24 05:04 2001  if4script.txt   A script that classifies arguments given on the command line
Jul  4 17:01 2001  iftestscript.txt   Test numeric arguments containing blanks.
Oct 29 01:53 2001  linecounterscript.txt   $0 [filenames...]
Oct 30 07:29 2001  mailmanyscript.txt   Prompt for a userid. Email each file to that userid.
Oct 24 05:04 2001  nonblank_script.txt   Count and character count the arguments, without blanks.
Oct 24 05:04 2001  psscript.txt   Produce a numbered, reverse sorted list of my processes.
Oct 29 01:57 2001  sortfivescript.txt   $0 filename
Jul  2 02:22 2001  sortscript.txt   $0 filename
Oct 30 07:21 2001  threeargscript.txt   With no arguments, display: PWD PATH HOME
Oct 24 05:04 2001  wcscript.txt   A script that word counts its arguments and lists them in reverse
Oct 24 05:04 2001  whilescript.txt   A script that loops until arithmetic overflow happens.