1ENV(1)                           User Commands                          ENV(1)
2
3
4

NAME

6       env - run a program in a modified environment
7

SYNOPSIS

9       env [OPTION]... [-] [NAME=VALUE]... [COMMAND [ARG]...]
10

DESCRIPTION

12       Set each NAME to VALUE in the environment and run COMMAND.
13
14       -i, --ignore-environment
15              start with an empty environment
16
17       -u, --unset=NAME
18              remove variable from the environment
19
20       --help display this help and exit
21
22       --version
23              output version information and exit
24
25       A mere - implies -i.  If no COMMAND, print the resulting environment.
26

AUTHOR

28       Written by Richard Mlynarik and David MacKenzie.
29

REPORTING BUGS

31       Report bugs to <bug-coreutils@gnu.org>.
32
34       Copyright © 2007 Free Software Foundation, Inc.
35       This  is  free  software.   You may redistribute copies of it under the
36       terms      of      the      GNU      General       Public       License
37       <http://www.gnu.org/licenses/gpl.html>.   There  is NO WARRANTY, to the
38       extent permitted by law.
39

SEE ALSO

41       The full documentation for env is maintained as a Texinfo  manual.   If
42       the info and env programs are properly installed at your site, the com‐
43       mand
44
45              info env
46
47       should give you access to the complete manual.
48
49
50
51GNU coreutils 6.9                 March 2008                            ENV(1)
Impressum