home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / shellutils-1.9.4-bin.lha / man / cat1 / env.0 < prev    next >
Text File  |  1993-12-07  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. ENV(1L)                                                   ENV(1L)
  5.  
  6.  
  7. NNAAMMEE
  8.        env - run a program in a modified environment
  9.  
  10. SSYYNNOOPPSSIISS
  11.        eennvv    [-]    [-i]    [-u   name]   [--ignore-environment]
  12.        [--unset=name] [name=value]... [command [args...]]
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.        This manual page documents the GNU version  of  eennvv.   eennvv
  16.        runs  a  command with an environment modified as specified
  17.        by the command line  arguments.   Arguments  of  the  form
  18.        `variable=value'  set the environment variable _v_a_r_i_a_b_l_e to
  19.        value _v_a_l_u_e.  _v_a_l_u_e may be empty (`variable=').  Setting a
  20.        variable to an empty value is different from unsetting it.
  21.  
  22.        The  first  remaining  argument  specifies  a  program  to
  23.        invoke;  it is searched for according to the specification
  24.        of the PATH environment variable.  Any arguments following
  25.        that are passed as arguments to that program.
  26.  
  27.        If  no command name is specified following the environment
  28.        specifications,  the  resulting  environment  is  printed.
  29.        This is like specifying a command name of `printenv'.
  30.  
  31.    OOPPTTIIOONNSS
  32.        _-_u_, _-_-_u_n_s_e_t _n_a_m_e
  33.               Remove  variable  _n_a_m_e  from the environment, if it
  34.               was in the environment.
  35.  
  36.        _-_, _-_i_, _-_-_i_g_n_o_r_e_-_e_n_v_i_r_o_n_m_e_n_t
  37.               Start  with  an  empty  environment,  ignoring  the
  38.               inherited environment.
  39.  
  40.        The  long-named options can be introduced with `+' as well
  41.        as `--', for compatibility with previous releases.   Even-
  42.        tually  support  for  `+'  will  be removed, because it is
  43.        incompatible with the POSIX.2 standard.
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                                                                 1
  65.  
  66.  
  67.