home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Tools / nShell™ 1.0.3 / nShell / bin / man / man.rsrc / TEXT_16040_man env general.txt < prev    next >
Encoding:
Text File  |  1994-09-24  |  464 b   |  23 lines

  1.  
  2. NAME
  3.  
  4. env - list shell variables
  5.  
  6. SYNOPSIS
  7.  
  8. env [name1] [name2] . . . 
  9.  
  10. DESCRIPTION
  11.  
  12. The "env" command will list the current shell environment.  Variables are listed with their values.  If no parameters are given, all active shell variables are listed.
  13.  
  14. Variable names are limited to the characters a-z, A-Z, 0-9, _ and may be 31 characters in length.
  15.  
  16. RETURN CODES
  17.  
  18. <0    An error prevented the search
  19. 0    Successful search (inc. name not found)
  20.  
  21. SEE ALSO
  22.  
  23. set, unset