mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
d32deab17b
Suggested by G. Brandon Robinson.
26 lines
465 B
Groff
26 lines
465 B
Groff
.TH PWD 1
|
|
.SH NAME
|
|
pwd, pbd \- working directory
|
|
.SH SYNOPSIS
|
|
.B pwd
|
|
.br
|
|
.B pbd
|
|
.SH DESCRIPTION
|
|
.I Pwd
|
|
prints the path name of the working (current) directory.
|
|
.PP
|
|
.I Pbd
|
|
prints the base name of the working (current) directory.
|
|
It prints no final newline and is intended for applications
|
|
such as constructing shell prompts.
|
|
.SH SOURCE
|
|
.B \*9/src/cmd/pbd.c
|
|
.SH SEE ALSO
|
|
.I cd
|
|
in
|
|
.MR rc (1) ,
|
|
.MR getwd (3)
|
|
.SH BUGS
|
|
.I Pwd
|
|
is not provided.
|
|
Unix already provides one.
|