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       If no option is specified, -P is assumed.
26
27       NOTE:  your shell may have its own version of pwd, which usually super‐
28       sedes the version described here.  Please refer to your  shell's  docu‐
29       mentation for details about the options it supports.
30

AUTHOR

32       Written by Jim Meyering.
33

REPORTING BUGS

35       GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
36       Report pwd translation bugs to <https://translationproject.org/team/>
37
39       Copyright  ©  2018  Free Software Foundation, Inc.  License GPLv3+: GNU
40       GPL version 3 or later <https://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

SEE ALSO

45       getcwd(3)
46
47       Full documentation at: <https://www.gnu.org/software/coreutils/pwd>
48       or available locally via: info '(coreutils) pwd invocation'
49
50
51
52GNU coreutils 8.30                 July 2018                            PWD(1)
Impressum