d:\step\summer94\first from sdcc14 /u2/step/public/first
================================================================
Greetings and Welcome to STEP ---------------------------
        Supercomputer Teacher Enhancement Program

Remember - the computer is your friend, but it is not too smart
  and will do EXACTLY what you tell it, not what you meant!

The tools we will use are:
  Unix:    very powerful operating system 
           type        logout        to quit
           type        help unix     for on-line information

  vi       visual editor    get help (see next line) before using
           type        help vi       for on-line information
 
  elm      for email - start this tool by typing       elm
                       once within elm - type ? for help
  
  gopher   for accessing the Internet - start by typing      gopher 
                       once within gopher - type ? for help

  lynx     for accessing the WWW InfoPath at UCSD
                       once within lynx - type ? for help
  lynx http://www.sdsc.edu      goes directly to SDSC's Home Page 
  lynx http://www.eb.com        goes directly to Encyclopedia Britannica
  lynx http://www.internic.net  goes directly to CERFnet's InfoGuide
  
Useful Unix commands (a directory = a folder and Unix is case-sensitive):
  ls                         list contents of current directory
  mkdir dir                  create a subdirectory named 'dir'
  rmdir dir                  remove the subdirectory name 'dir'
                                 (the subdirectory must be empty first)
  cd dir1                    change to subdirectory dir1 
                                 (contained in current directory)
  cd ..                      change to 'parent' directory
  pwd                        print working directory    (Where am I?)
  more filename              display contents of filename on screen
  mv file1 file2             move (rename) contents of file1 into file2
  cp file1 file2             copy the contents of file1 into file2
  rm file                    remove (delete) the 'file'
  ctrl-u (press Ctrl-key & the letter u at same time)   erase current line
  ctrl-c                     terminates (kills) current job
  ctrl-s                     temporarily halts the listing on screen
  ctrl-q                     continued the halted listing
  quota -v                   display current file storage used (in Kbytes)
  gzip filename              reduces size and replaces by filename.gz

If you get the message - Terminal Type Unknown
   You need to type         set term=vt100        right away 

If your backspace key doesn't work - type  
   stty erase your-favorite-single-key-stroke-here

For information on dialin access/phone numbers/modems, type
    help dialins

To see this entire message repeated - type          stepp
