OSDN Git Service

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