BSD 4_2 development
[unix-history] / usr / man / man1 / pwd.1
CommitLineData
9bbfc5e8
C
1.TH PWD 1 "18 January 1983"
2.UC 4
3.SH NAME
4pwd \- working directory name
5.SH SYNOPSIS
6.B pwd
7.SH DESCRIPTION
8.I Pwd
9prints the pathname of the working (current) directory.
10.SH "SEE ALSO"
11cd(1), csh(1), getwd(3)
12.SH BUGS
13In
14.IR csh (1)
15the command
16.I dirs
17is always faster (although it can give a different answer in the rare case
18that the current directory or a containing directory was moved after
19the shell descended into it).