OSDN Git Service

d0cb99e4c8b23ebcc462de7eaf44cfb1b8b022b6
[linuxjm/coreutils.git] / original / man1 / pwd.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH PWD "1" "April 2010" "GNU coreutils 8.5" "User Commands"
3 .SH NAME
4 pwd \- print name of current/working directory
5 .SH SYNOPSIS
6 .B pwd
7 [\fIOPTION\fR]...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Print the full filename of the current working directory.
12 .TP
13 \fB\-L\fR, \fB\-\-logical\fR
14 use PWD from environment, even if it contains symlinks
15 .TP
16 \fB\-P\fR, \fB\-\-physical\fR
17 avoid all symlinks
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 NOTE: your shell may have its own version of pwd, which usually supersedes
26 the version described here.  Please refer to your shell's documentation
27 for details about the options it supports.
28 .SH AUTHOR
29 Written by Jim Meyering.
30 .SH "REPORTING BUGS"
31 Report pwd bugs to bug\-coreutils@gnu.org
32 .br
33 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
34 .br
35 General help using GNU software: <http://www.gnu.org/gethelp/>
36 .br
37 Report pwd translation bugs to <http://translationproject.org/team/>
38 .SH COPYRIGHT
39 Copyright \(co 2010 Free Software Foundation, Inc.
40 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
41 .br
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 .SH "SEE ALSO"
45 getcwd(3)
46 .PP
47 The full documentation for
48 .B pwd
49 is maintained as a Texinfo manual.  If the
50 .B info
51 and
52 .B pwd
53 programs are properly installed at your site, the command
54 .IP
55 .B info coreutils \(aqpwd invocation\(aq
56 .PP
57 should give you access to the complete manual.