sbase/pwd.1

20 lines
316 B
Groff
Raw Normal View History

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