home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / summary / unix.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  23 lines

  1. To help shift from UNIX to DOS, this short cross reference is supplied for 
  2. the most frequently used commands. Shell variables are called "environment 
  3. variables", and they are SET and UNSET by the SET command. Shell scripts are 
  4. called "batch files". Pathnames use "\" rather than "/", so its "\usr\bin" 
  5. rather than "/usr/bin", for example.
  6.  
  7. UNIX COMMAND  DOS COMMAND     WHAT IT DOES
  8.  
  9.   cat        TYPE        display the contents of a file on the screen.
  10.   cd        CD        change the current directory
  11.   cp        COPY        copy one file to another file.
  12.   ls        DIR /W        display the filenames in a directory.
  13.   more        MORE        display the contents of a file on the screen
  14.                 one screen at a time. 
  15.   rm        DEL        delete any file other than a directory.
  16.               
  17.           Keyboard Command WHAT IT DOES
  18.  
  19.   ^S        Ctrl-NumLock    freezes output to the screen.
  20.   ^U        Esc        throws away a partially entered command without
  21.                 executing it and starts another command.
  22.   Del        Ctrl-Break    breaks (interrupts) the current program.
  23.