1PWD(1) User Commands PWD(1)
2
3
4
6 pwd - print name of current/working directory
7
9 pwd [OPTION]...
10
12 Print the full filename of the current working directory.
13
14 -L, --logical
15 use PWD from environment, even if it contains symlinks
16
17 -P, --physical
18 avoid all symlinks
19
20 --help display this help and exit
21
22 --version
23 output version information and exit
24
25 NOTE: your shell may have its own version of pwd, which usually super‐
26 sedes the version described here. Please refer to your shell's docu‐
27 mentation for details about the options it supports.
28
30 Written by Jim Meyering.
31
33 Report pwd bugs to bug-coreutils@gnu.org
34 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
35 General help using GNU software: <http://www.gnu.org/gethelp/>
36 Report pwd translation bugs to <http://translationproject.org/team/>
37
39 Copyright © 2010 Free Software Foundation, Inc. License GPLv3+: GNU
40 GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
41 This is free software: you are free to change and redistribute it.
42 There is NO WARRANTY, to the extent permitted by law.
43
45 getcwd(3)
46
47 The full documentation for pwd is maintained as a Texinfo manual. If
48 the info and pwd programs are properly installed at your site, the com‐
49 mand
50
51 info coreutils 'pwd invocation'
52
53 should give you access to the complete manual.
54
55
56
57GNU coreutils 8.4 June 2018 PWD(1)