home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / futils / futils~1 / man / manpages.zoo / env.1 < prev    next >
Encoding:
Text File  |  1991-11-13  |  1.4 KB  |  67 lines

  1.  
  2.  
  3.  
  4. ENV(1L)                                                   ENV(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      env - run a program in a modified environment
  10.  
  11. SYNOPSIS
  12.      env [-] [-i] [-u name] [+ignore-environment] [+unset=name]
  13.      [name=value]... [command [args...]]
  14.  
  15. DESCRIPTION
  16.      This manual page documents the GNU version of env.  env runs
  17.      a command with an environment modified as specified by the
  18.      command line arguments.  Arguments of the form
  19.      `variable=value' set the environment variable _✓v_✓a_✓r_✓i_✓a_✓b_✓l_✓e to
  20.      value _✓v_✓a_✓l_✓u_✓e.  _✓v_✓a_✓l_✓u_✓e may be empty (`variable=').  Setting a
  21.      variable to an empty value is different from unsetting it.
  22.  
  23.      The first remaining argument specifies a program to invoke;
  24.      it is searched for according to the specification of the
  25.      PATH environment variable.  Any arguments following that are
  26.      passed as arguments to that program.
  27.  
  28.      If no command name is specified following the environment
  29.      specifications, the resulting environment is printed.  This
  30.      is like specifying a command name of `printenv'.
  31.  
  32.      OPTIONS
  33.  
  34.      -_✓u, +_✓u_✓n_✓s_✓e_✓t _✓n_✓a_✓m_✓e
  35.           Remove variable _✓n_✓a_✓m_✓e from the environment, if it was in
  36.           the environment.
  37.  
  38.      -, -_✓i, +_✓i_✓g_✓n_✓o_✓r_✓e-_✓e_✓n_✓v_✓i_✓r_✓o_✓n_✓m_✓e_✓n_✓t
  39.           Start with an empty environment, ignoring the inherited
  40.           environment.
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Page 1
  64.  
  65.  
  66.  
  67.