OSDN Git Service

GNU_coreutils: Update originals to version 8.16.
[linuxjm/coreutils.git] / original / man1 / env.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH ENV "1" "March 2012" "GNU coreutils 8.16" "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\-0\fR, \fB\-\-null\fR
17 end each output line with 0 byte rather than newline
18 .TP
19 \fB\-u\fR, \fB\-\-unset\fR=\fINAME\fR
20 remove variable from the environment
21 .TP
22 \fB\-\-help\fR
23 display this help and exit
24 .TP
25 \fB\-\-version\fR
26 output version information and exit
27 .PP
28 A mere \- implies \fB\-i\fR.  If no COMMAND, print the resulting environment.
29 .SH AUTHOR
30 Written by Richard Mlynarik and David MacKenzie.
31 .SH "REPORTING BUGS"
32 Report env bugs to bug\-coreutils@gnu.org
33 .br
34 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
35 .br
36 General help using GNU software: <http://www.gnu.org/gethelp/>
37 .br
38 Report env translation bugs to <http://translationproject.org/team/>
39 .SH COPYRIGHT
40 Copyright \(co 2012 Free Software Foundation, Inc.
41 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
42 .br
43 This is free software: you are free to change and redistribute it.
44 There is NO WARRANTY, to the extent permitted by law.
45 .SH "SEE ALSO"
46 The full documentation for
47 .B env
48 is maintained as a Texinfo manual.  If the
49 .B info
50 and
51 .B env
52 programs are properly installed at your site, the command
53 .IP
54 .B info coreutils \(aqenv invocation\(aq
55 .PP
56 should give you access to the complete manual.