Merge commit '9992e6a682b1c35b4385c3b512db329ec8ab9ede'
[unleashed.git] / bin / pwd / pwd.1
blob451ce390c19d1bee893937414563b2acd67a6aae
1 '\" te
2 .\" Copyright (c) 2007, Sun Microsystems, Inc.  All Rights Reserved
3 .\" Copyright 1989 AT&T
4 .\" Portions Copyright (c) 1982-2007 AT&T Knowledge Ventures
5 .\" Portions Copyright (c) 1992, X/Open Company Limited  All Rights Reserved
6 .\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for permission to reproduce portions of its copyrighted documentation. Original documentation from The Open Group can be obtained online at
7 .\" http://www.opengroup.org/bookstore/.
8 .\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text are reprinted and reproduced in electronic form in the Sun OS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html.
9 .\"  This notice shall appear on any product containing this material.
10 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
11 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
12 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
13 .TH PWD 1 "Nov 2, 2007"
14 .SH NAME
15 pwd \- return working directory name
16 .SH SYNOPSIS
17 .LP
18 .nf
19 \fB/usr/bin/pwd\fR
20 .fi
22 .SH DESCRIPTION
23 .sp
24 .LP
25 The \fBpwd\fR utility writes an absolute path name of the current working
26 directory to standard output.
27 .sp
28 .LP
29 Both the Bourne shell, \fBsh\fR(1), and the Korn shells, \fBksh\fR(1) and
30 \fBksh93\fR(1), also have a built-in \fBpwd\fR command.
31 .SH ENVIRONMENT VARIABLES
32 .sp
33 .LP
34 See \fBenviron\fR(5) for descriptions of the following environment variables
35 that affect the execution of \fBpwd\fR: \fBLANG\fR, \fBLC_ALL\fR,
36 \fBLC_MESSAGES\fR, and \fBNLSPATH\fR.
37 .SH EXIT STATUS
38 .sp
39 .LP
40 The following exit values are returned:
41 .sp
42 .ne 2
43 .na
44 \fB\fB0\fR\fR
45 .ad
46 .RS 6n
47 Successful completion.
48 .RE
50 .sp
51 .ne 2
52 .na
53 \fB\fB>0\fR\fR
54 .ad
55 .RS 6n
56 An error occurred.
57 .RE
59 .sp
60 .LP
61 If an error is detected, output will not be written to standard output, a
62 diagnostic message will be written to standard error, and the exit status will
63 not be  \fB0\fR.
64 .SH ATTRIBUTES
65 .sp
66 .LP
67 See \fBattributes\fR(5) for descriptions of the following attributes:
68 .sp
70 .sp
71 .TS
72 box;
73 c | c
74 l | l .
75 ATTRIBUTE TYPE  ATTRIBUTE VALUE
77 CSI     Enabled
79 Interface Stability     Committed
81 Standard        See \fBstandards\fR(5).
82 .TE
84 .SH SEE ALSO
85 .sp
86 .LP
87 \fBcd\fR(1), \fBksh\fR(1), \fBksh93\fR(1), \fBsh\fR(1),
88 \fBshell_builtins\fR(1), \fBattributes\fR(5), \fBenviron\fR(5),
89 \fBstandards\fR(5)
90 .SH DIAGNOSTICS
91 .sp
92 .LP
93 ``\fBCannot open ..\fR'' and ``\fBRead error in ..\fR'' indicate possible file
94 system trouble and should be referred to a UNIX system administrator.
95 .SH NOTES
96 .sp
97 .LP
98 If you move the current directory or one above it,  \fBpwd\fR may not give the
99 correct response. Use the  \fBcd\fR(1) command with a full path name to correct
100 this situation.