home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / CMDS / checkenv.lzh / checkenv.doc < prev    next >
Text File  |  1992-02-22  |  929b  |  27 lines

  1. CHECKENV              BASIC UTILITY COMMAND           CHECKENV
  2.  
  3. ,CE 1
  4. Check environment variables
  5.  
  6. SYNTAX:  CHECKENV <eparam> <evalue>
  7.  
  8. FUNCTION: This program allows the user to check the environment list, to check if a given variable has a particular setting.  The most common use would be in a .login file to set up the correct TERM variable.
  9.  
  10. OPTIONS: None
  11.  
  12. EXAMPLES: -nx
  13.           checkenv PORT /term ; setenv TERM st
  14.           checkenv PORT /t1   ; setenv TERM dr
  15.           -x
  16.  
  17. NOTE: The above example will report an error message on the console for 
  18. SEE ALSO: SETENV, UNSETENV, and PRINTENV utility command descriptions and the discussion of the SHELL environment in Chapter 5.
  19.  
  20. COPYRIGHT:
  21. This program is copyright (1988) by Cowen Software Ltd
  22. of 21/23 Bristol Ave, Manchester, England, GB-M19 3NU
  23. It is made available for any OS9/68K user freely,
  24. but may not be sold for profit, other than a reasonable 
  25. handling charge
  26.  
  27.