pwd.1 (2010 09)

p
pwd(1) pwd(1)
$ cd /mnt/vts/symdir
$ /usr/bin/pwd -L
/mnt/vts/symdir
In the following example, there is no symbolic link. The displayed directory is the same for both the
-L
and -P options.
$ mkdir /mnt/vts/onedir
$ /usr/bin/pwd -L
/mnt/vts/onedir
$ /usr/bin/pwd -P
/mnt/vts/onedir
AUTHOR
pwd was developed by AT&T and HP.
SEE ALSO
cd(1), csh(1), sh(1), sh-posix(1), standards(5).
STANDARDS CONFORMANCE
pwd: SVID2, SVID3, XPG2, XPG3, XPG4, POSIX.2
2 Hewlett-Packard Company 2 HP-UX 11i Version 3: September 2010