Tizen 2.0 Release
[external/tizen-coreutils.git] / man / env.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH ENV "1" "March 2007" "GNU coreutils 6.9" "User Commands"
3 .SH NAME
4 env \- run a program in a modified environment
5 .SH SYNOPSIS
6 .B env
7 [\fIOPTION\fR]... [\fI-\fR] [\fINAME=VALUE\fR]... [\fICOMMAND \fR[\fIARG\fR]...]
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Set each NAME to VALUE in the environment and run COMMAND.
12 .TP
13 \fB\-i\fR, \fB\-\-ignore\-environment\fR
14 start with an empty environment
15 .TP
16 \fB\-u\fR, \fB\-\-unset\fR=\fINAME\fR
17 remove variable from the environment
18 .TP
19 \fB\-\-help\fR
20 display this help and exit
21 .TP
22 \fB\-\-version\fR
23 output version information and exit
24 .PP
25 A mere \- implies \fB\-i\fR.  If no COMMAND, print the resulting environment.
26 .SH AUTHOR
27 Written by Richard Mlynarik and David MacKenzie.
28 .SH "REPORTING BUGS"
29 Report bugs to <bug\-coreutils@gnu.org>.
30 .SH COPYRIGHT
31 Copyright \(co 2007 Free Software Foundation, Inc.
32 .br
33 This is free software.  You may redistribute copies of it under the terms of
34 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
35 There is NO WARRANTY, to the extent permitted by law.
36 .SH "SEE ALSO"
37 The full documentation for
38 .B env
39 is maintained as a Texinfo manual.  If the
40 .B info
41 and
42 .B env
43 programs are properly installed at your site, the command
44 .IP
45 .B info env
46 .PP
47 should give you access to the complete manual.