home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / gcc263-utildoc.lha / gnu / man / man1 / env.1 < prev    next >
Encoding:
Text File  |  1994-12-19  |  1.9 KB  |  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] [--help] [--version] [name=value]...  [com-
  13.        mand [args...]]
  14.        eennvv
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.        This  manual  page  documents the GNU version of eennvv.  eennvv
  18.        runs a command with an environment modified  as  specified
  19.        by  the  command  line  arguments.   Arguments of the form
  20.        `variable=value' set the environment variable _v_a_r_i_a_b_l_e  to
  21.        value _v_a_l_u_e.  _v_a_l_u_e may be empty (`variable=').  Setting a
  22.        variable to an empty value is different from unsetting it.
  23.  
  24.        The  first  remaining  argument  specifies  a  program  to
  25.        invoke; it is searched for according to the  specification
  26.        of the PATH environment variable.  Any arguments following
  27.        that are passed as arguments to that program.
  28.  
  29.        If no command name is specified following the  environment
  30.        specifications,  the  resulting  environment  is  printed.
  31.        This is like specifying a command name of `printenv'.
  32.  
  33.    OOPPTTIIOONNSS
  34.        _-_-_h_e_l_p Print a usage message on standard output  and  exit
  35.               successfully.
  36.  
  37.        _-_u_, _-_-_u_n_s_e_t _n_a_m_e
  38.               Remove  variable  _n_a_m_e  from the environment, if it
  39.               was in the environment.
  40.  
  41.        _-_, _-_i_, _-_-_i_g_n_o_r_e_-_e_n_v_i_r_o_n_m_e_n_t
  42.               Start  with  an  empty  environment,  ignoring  the
  43.               inherited environment.
  44.  
  45.        _-_-_v_e_r_s_i_o_n
  46.               Print  version  information on standard output then
  47.               exit successfully.
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. FSF                    GNU Shell Utilities                      1
  65.  
  66.  
  67.