1PWD(1)                           User Commands                          PWD(1)
2
3
4

NAME

6       pwd - print name of current/working directory
7

SYNOPSIS

9       pwd [OPTION]...
10

DESCRIPTION

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
29       GNU  coreutils  online  help:  <http://www.gnu.org/software/coreutils/>
30       Report pwd translation bugs to <http://translationproject.org/team/>
31

AUTHOR

33       Written by Jim Meyering.
34
36       Copyright © 2013 Free Software Foundation, Inc.   License  GPLv3+:  GNU
37       GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
38       This  is  free  software:  you  are free to change and redistribute it.
39       There is NO WARRANTY, to the extent permitted by law.
40

SEE ALSO

42       getcwd(3)
43
44       The full documentation for pwd is maintained as a Texinfo  manual.   If
45       the info and pwd programs are properly installed at your site, the com‐
46       mand
47
48              info coreutils 'pwd invocation'
49
50       should give you access to the complete manual.
51
52
53
54GNU coreutils 8.22               October 2018                           PWD(1)
Impressum