aboutsummaryrefslogtreecommitdiff
path: root/bin/pwd/pwd.1
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-10-24 16:42:35 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2020-10-24 16:42:35 +0000
commit64e352c6dfdb60e27ffc727033d7eda2faafb78f (patch)
tree68035c53f4045e9084ae873354840abb9d4edfec /bin/pwd/pwd.1
parentf7585b288b0d9e80b940be4dc066cddbae0b9cc9 (diff)
Notes
Diffstat (limited to 'bin/pwd/pwd.1')
-rw-r--r--bin/pwd/pwd.122
1 files changed, 21 insertions, 1 deletions
diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1
index 9ef469ef39053..2c27fcff9467c 100644
--- a/bin/pwd/pwd.1
+++ b/bin/pwd/pwd.1
@@ -32,7 +32,7 @@
.\" @(#)pwd.1 8.2 (Berkeley) 4/28/95
.\" $FreeBSD$
.\"
-.Dd October 5, 2016
+.Dd October 24, 2020
.Dt PWD 1
.Os
.Sh NAME
@@ -74,10 +74,30 @@ Logical current working directory.
.El
.Sh EXIT STATUS
.Ex -std
+.Sh EXAMPLES
+Show current working directory with symbolic links resolved:
+.Bd -literal -offset indent
+$ /bin/pwd
+/usr/home/fernape
+.Ed
+.Pp
+Show the logical current directory.
+Then use
+.Xr file 1
+to inspect the
+.Pa /home
+directory:
+.Bd -literal -offset indent
+$ /bin/pwd -L
+/home/fernape
+$ file /home
+/home: symbolic link to usr/home
+.Ed
.Sh SEE ALSO
.Xr builtin 1 ,
.Xr cd 1 ,
.Xr csh 1 ,
+.Xr realpath 1 ,
.Xr sh 1 ,
.Xr getcwd 3
.Sh STANDARDS