4.3BSD-UWisc/man/man1/pwd.1

Compare this file to the similar file:
Show the results in this format:

.\" Copyright (c) 1980 Regents of the University of California.
.\" All rights reserved.  The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\"	@(#)pwd.1	6.1 (Berkeley) 4/29/85
.\"
.TH PWD 1 "April 29, 1985"
.UC 4
.SH NAME
pwd \- working directory name
.SH SYNOPSIS
.B pwd
.SH DESCRIPTION
.I Pwd
prints the pathname of the working (current) directory.
.SH "SEE ALSO"
cd(1), csh(1), getwd(3)
.SH BUGS
In
.IR csh (1)
the command
.I dirs
is always faster (although it can give a different answer in the rare case
that the current directory or a containing directory was moved after
the shell descended into it).