mv .guide .tmp
ls >> .tmp 
sort .tmp | awk -f $HOME/bin/makeguide.awk > .guide 
rm .tmp
touch .guide
echo new .guide file is made and ready for editing.
# the .guide file has one line of comment per file in the directory.
# if a new file was created, this adds it to the .guide file
# if an old file was deleted, a # is placed in its comment line.
# Author: David Oster lapis!oster@ucbvax
