pwd.1 (531B)
1 .Dd 2015-10-08 2 .Dt PWD 1 3 .Os sbase 4 .Sh NAME 5 .Nm pwd 6 .Nd print working directory 7 .Sh SYNOPSIS 8 .Nm 9 .Op Fl L | Fl P 10 .Sh DESCRIPTION 11 .Nm 12 prints the path of the current working directory. 13 .Sh OPTIONS 14 .Bl -tag -width Ds 15 .It Fl L 16 Logical path, uses $PWD. This is the default. 17 .It Fl P 18 Physical path, avoids all symlinks. 19 .El 20 .Sh ENVIRONMENT 21 .Bl -tag -width PWD 22 .It Ev PWD 23 The logical path to the current working directory. 24 .El 25 .Sh SEE ALSO 26 .Xr getcwd 3 27 .Sh STANDARDS 28 The 29 .Nm 30 utility is compliant with the 31 .St -p1003.1-2013 32 specification.