manual page distributed with 4.1BSD
[unix-history] / usr / src / bin / pwd / pwd.1
CommitLineData
69f0efa6
KM
1.\" Copyright (c) 1980 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
5.\" @(#)pwd.1 4.1 (Berkeley) %G%
6.\"
7.TH PWD 1
8.UC 4
9.SH NAME
10pwd \- working directory name
11.SH SYNOPSIS
12.B pwd
13.SH DESCRIPTION
14.I Pwd
15prints the pathname of the working (current) directory.
16.SH "SEE ALSO"
17cd(1), csh(1)
18.SH BUGS
19In
20.IR csh (1)
21the command
22.I dirs
23is always faster (although it can give a different answer in the rare case
24that the current directory or a containing directory was moved after
25the shell descended into it).