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       Mandatory  arguments  to  long  options are mandatory for short options
15       too.
16
17       -i, --ignore-environment
18              start with an empty environment
19
20       -0, --null
21              end each output line with 0 byte rather than newline
22
23       -u, --unset=NAME
24              remove variable from the environment
25
26       --help display this help and exit
27
28       --version
29              output version information and exit
30
31       A mere - implies -i.  If no COMMAND, print the resulting environment.
32
33       GNU  coreutils  online  help:  <http://www.gnu.org/software/coreutils/>
34       Report env translation bugs to <http://translationproject.org/team/>
35

AUTHOR

37       Written by Richard Mlynarik and David MacKenzie.
38
40       Copyright  ©  2013  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.22               October 2018                           ENV(1)
Impressum