OSDN Git Service

coreutils: Update to coreutils 8.22
[linuxjm/coreutils.git] / original / man1 / printenv.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.43.3.
2 .TH PRINTENV "1" "May 2014" "GNU coreutils 8.22" "User Commands"
3 .SH NAME
4 printenv \- print all or part of environment
5 .SH SYNOPSIS
6 .B printenv
7 [\fIOPTION\fR]... [\fIVARIABLE\fR]...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Print the values of the specified environment VARIABLE(s).
12 If no VARIABLE is specified, print name and value pairs for them all.
13 .TP
14 \fB\-0\fR, \fB\-\-null\fR
15 end each output line with 0 byte rather than newline
16 .TP
17 \fB\-\-help\fR
18 display this help and exit
19 .TP
20 \fB\-\-version\fR
21 output version information and exit
22 .PP
23 NOTE: your shell may have its own version of printenv, which usually supersedes
24 the version described here.  Please refer to your shell's documentation
25 for details about the options it supports.
26 .PP
27 GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
28 Report printenv translation bugs to <http://translationproject.org/team/>
29 .SH AUTHOR
30 Written by David MacKenzie and Richard Mlynarik.
31 .SH COPYRIGHT
32 Copyright \(co 2013 Free Software Foundation, Inc.
33 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
34 .br
35 This is free software: you are free to change and redistribute it.
36 There is NO WARRANTY, to the extent permitted by law.
37 .SH "SEE ALSO"
38 The full documentation for
39 .B printenv
40 is maintained as a Texinfo manual.  If the
41 .B info
42 and
43 .B printenv
44 programs are properly installed at your site, the command
45 .IP
46 .B info coreutils \(aqprintenv invocation\(aq
47 .PP
48 should give you access to the complete manual.