home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Utilities / mac-shell-05b / MacShell / MacShell.rsrc / help_17059_intro < prev    next >
Encoding:
Text File  |  1994-11-23  |  1.8 KB  |  50 lines

  1. INTRODUCTION TO MACSHELL 
  2.  
  3. MacShell is a Unix-like command line interface for the Macintosh.  It performs a limited impersonation of the Unix C shell, and contains abbreviated versions of a set of Unix-style file management, file finding, and content searching utilities.  It also has a no-frills <32k text editor built-in.
  4.  
  5. MacShell is free, courtesy of Fred Videon.  It may not be sold in any form.
  6.  
  7. This version performs approximations of the Unix utilities in the list that follows.
  8.  
  9. Note:  to get more help with any command, type (in the Interactive window):
  10.             man command
  11.  
  12. command    description
  13. -------    -----------
  14.   man      get help
  15.   cd       change directory
  16.   pwd      print working directory
  17.   ls       show the contents of a directory
  18.   cat      concatenate
  19.   head     copy the beginning of the input to the output
  20.   tail     copy the end of the input to the output
  21.   cp       copy
  22.   mv       move
  23.   rm       remove
  24.   mkdir    make directory
  25.   grep     content search
  26.   egrep    content search using regular expressions
  27.   find     find a file 
  28.   more     view a file
  29.   exit     quit MacShell
  30.   source   execute a file as a script
  31.   set      set a shell variable
  32.   unset    unset a shell variable
  33.   echo     copy arguments to output
  34.  
  35. Additionally, MacShell includes a few special non Unix-like functions:
  36.  
  37.   mem       show heap statistics
  38.   free      show free heap space
  39.   compact   compact heap and report largest contiguous block
  40.   seg       filter to segment long lines into shorter lines
  41.   xn        filter out null characters from a stream
  42.   chtype    change a Macintosh file type signature
  43.   chcreator change a Macintosh file creator signature
  44.   bintohex  convert input to hexidecimal notation
  45.  
  46. For more information about the shell portion of the program type (in the Interactive window):
  47.  
  48.      man macshell
  49.