2011-05-23 19:15:19 +00:00
|
|
|
.TH PWD 1 sbase\-VERSION
|
|
|
|
.SH NAME
|
|
|
|
pwd \- print working directory
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B pwd
|
2011-05-28 14:37:42 +00:00
|
|
|
.RB [ \-LP ]
|
2011-05-23 19:15:19 +00:00
|
|
|
.SH DESCRIPTION
|
|
|
|
.B pwd
|
|
|
|
prints the path of the current working directory.
|
2011-05-28 14:37:42 +00:00
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
|
|
|
.B \-L
|
|
|
|
logical path, uses $PWD (default).
|
|
|
|
.TP
|
|
|
|
.B \-P
|
|
|
|
physical path, avoids all symlinks.
|
2011-05-25 17:29:46 +00:00
|
|
|
.SH SEE ALSO
|
2011-05-28 14:37:42 +00:00
|
|
|
.IR cd (1),
|
2011-05-25 17:29:46 +00:00
|
|
|
.IR getcwd (3)
|