home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / TOP / USR / MAN / env.man < prev    next >
Text File  |  2009-11-06  |  2KB  |  70 lines

  1.  
  2.  
  3.      Env                            Utility                             Env
  4.  
  5.  
  6.      NNAAMMEE     
  7.           Env - Change temporaly the Enviroment 
  8.  
  9.  
  10.      SSYYNNOOPPSSIISS     
  11.           env [<opts>] <var=val> [<opts>] {<var=val>} [<opts>] <cmd>
  12.  
  13.  
  14.      DDEESSCCRRIIPPTTIIOONN     
  15.           EEnnvv   offers  a  method  of  changing  your  enviroment  variabls
  16.           temporally  for  a  program.  You  can  give a changed enviroment
  17.           variable  to  env  by  passing  the  new  variable  in  the  form
  18.           _V_A_R_I_A_B_L_E_=_c_o_n_t_e_n_t_s  (you  can  give  more than one). The option _-_c
  19.           clears  out  the  whole old enviroment and passes only the new to
  20.           the  program.  After  the last new enviroment variable and option
  21.           for  env  all  following  arguments  are  the programname and the
  22.           arguments  and  options  for  this  program.  To  delete a single
  23.           enviroment variable you can give !VARIABLE as an argument.  
  24.  
  25.  
  26.      CCAAVVEEAATTSS     
  27.           If  you are using the beta release of the `csh`, then you have to
  28.           type  env  with  at  least one character in upper case, otherwise
  29.           the internal `env` function will be called.  
  30.  
  31.  
  32.      EEXXAAMMPPLLEESS     
  33.           $ env TERM=vt100 me text
  34.                Starts `me` with terminal set to vt100.
  35.  
  36.           $ env -c mmon -m /t1
  37.                Starts mmon passing over no enviroment
  38.  
  39.  
  40.      SSEEEE AALLSSOO    
  41.           Printenv
  42.           in the OS-9 User Manual and
  43.           getenv ()
  44.           in the C Compiler's User Manual
  45.  
  46.  
  47.      AAUUTTHHOORR     
  48.                                 Ulrich Dessauer
  49.                     Kerschensteinerstr. 45, D-8034 Germering
  50.                              Voice: +49 89 8417811
  51.                    E-Mail: ..!{altger!chiuur|mutec}!nitmar!ud
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.      Page 1                                  Printed (12 Okt 1988 13:53:45)
  69.  
  70.