minix/man/man1/pwd.1

26 lines
330 B
Groff
Raw Normal View History

2005-05-02 15:01:42 +02:00
.TH PWD 1
.SH NAME
pwd \- print working directory
.SH SYNOPSIS
\fBpwd\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH EXAMPLES
2012-03-31 23:44:29 +02:00
.TP 20
.B pwd
# Print the name of the working directory
2005-05-02 15:01:42 +02:00
.SH DESCRIPTION
.PP
The full path name of the current working directory is printed.
.SH "SEE ALSO"
.BR getcwd (3).