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       -0, --null
18              end each output line with 0 byte rather than newline
19
20       -u, --unset=NAME
21              remove variable from the environment
22
23       --help display this help and exit
24
25       --version
26              output version information and exit
27
28       A mere - implies -i.  If no COMMAND, print the resulting environment.
29

AUTHOR

31       Written by Richard Mlynarik and David MacKenzie.
32

REPORTING BUGS

34       Report env bugs to bug-coreutils@gnu.org
35       GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
36       General help using GNU software: <http://www.gnu.org/gethelp/>
37       Report env translation bugs to <http://translationproject.org/team/>
38
40       Copyright  ©  2010  Free Software Foundation, Inc.  License GPLv3+: GNU
41       GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
42       This is free software: you are free  to  change  and  redistribute  it.
43       There is NO WARRANTY, to the extent permitted by law.
44

SEE ALSO

46       The  full  documentation for env is maintained as a Texinfo manual.  If
47       the info and env programs are properly installed at your site, the com‐
48       mand
49
50              info coreutils 'env invocation'
51
52       should give you access to the complete manual.
53
54
55
56GNU coreutils 8.5                November 2010                          ENV(1)
Impressum