home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 126-150 / scopedisk138 / envvariables / env.doc < prev    next >
Encoding:
Text File  |  1995-03-19  |  1.5 KB  |  41 lines

  1.        ENV -- print out environment variables.
  2.  
  3.        ENV is a 484 byte program that prints out the values of all the
  4.        1.3 Environment variables.  It is fully reentrant (i.e.,
  5.        can be made resident).
  6.  
  7. To use, just type
  8.        env
  9.  
  10.        The result is a list of environment variables in the form
  11.        NAME=Value, one per line.
  12.  
  13. BUGS:
  14.        Environment variables whose values are greater than 511 bytes
  15.        long are truncated at 511 bytes.
  16.  
  17. AUTHOR:
  18.        Peter Chubb     (peterc@softway.oz.au)
  19.  
  20.  
  21.        Copyright 1990 Peter Chubb
  22.        All rights reserved.
  23.        This program and its associated documentation may not be
  24.        distributed for profit.  It may be distributed provided
  25.        a) no charge is made other than for reasonable copying and
  26.           media expenses, 
  27.        b) no change is made to the source, documentation or binary, 
  28.           that is not clearly marked as being a change, and
  29.        c) all files are provided.  These comprise:
  30.                env.doc -- this documentation file
  31.                env     -- the program binary
  32.                Makefile-- to make the program
  33.                env.c   -- the program source.
  34.  
  35.        This program is not warranted, or guaranteed.
  36.        You get exactly what you paid for -- a copy of the program to
  37.        do as you wish with.  If it crashes your machine, writes rude
  38.        letters to your spouse, or explodes in your face ... caveat
  39.        emptor!  However, to the best of my knowledge and belief it
  40.        works as advertised. 
  41.