27 lines
579 B
Groff
27 lines
579 B
Groff
|
.ie \n(.g .ds Aq \(aq
|
||
|
.el .ds Aq '
|
||
|
.TH pwd 1 "pwd 0.1.0"
|
||
|
.SH NAME
|
||
|
pwd \- return working directory name
|
||
|
.SH SYNOPSIS
|
||
|
\fBpwd\fR [\fB\-L\fR|\fB\-\-logical\fR] [\fB\-P\fR|\fB\-\-physical\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR]
|
||
|
.SH DESCRIPTION
|
||
|
return working directory name
|
||
|
.SH OPTIONS
|
||
|
.TP
|
||
|
\fB\-L\fR, \fB\-\-logical\fR
|
||
|
use PWD from environment, even if it contains symlinks
|
||
|
.TP
|
||
|
\fB\-P\fR, \fB\-\-physical\fR
|
||
|
avoid all symlinks
|
||
|
.TP
|
||
|
\fB\-h\fR, \fB\-\-help\fR
|
||
|
Print help
|
||
|
.TP
|
||
|
\fB\-V\fR, \fB\-\-version\fR
|
||
|
Print version
|
||
|
.SH VERSION
|
||
|
v0.1.0
|
||
|
.SH AUTHORS
|
||
|
Nathan Fisher
|