Интерактивная система просмотра системных руководств (man-ов)
pwd (1) pwd (1) ( Solaris man: Команды и прикладные программы пользовательского уровня ) >> pwd (1) ( FreeBSD man: Команды и прикладные программы пользовательского уровня ) pwd (1) ( Русские man: Команды и прикладные программы пользовательского уровня ) pwd (1) ( Linux man: Команды и прикладные программы пользовательского уровня ) pwd (1) ( POSIX man: Команды и прикладные программы пользовательского уровня ) BSD mandoc
NAME
pwd
- return working directory name
SYNOPSIS
[-L | P
]
DESCRIPTION
The
utility writes the absolute pathname of the current working directory to
the standard output.
Some shells may provide a builtin
command which is similar or identical to this utility.
Consult the
builtin (1)
manual page.
The options are as follows:
-L
Display the logical current working directory.
-P
Display the physical current working directory (all symbolic links resolved).
If no options are specified, the
-P
option is assumed.
ENVIRONMENT
Environment variables used by
:
PWD
Logical current working directory.
EXIT STATUS
Ex -std
SEE ALSO
builtin (1),
cd (1),
csh (1),
sh (1),
getcwd (3)
STANDARDS
The
utility conforms to
St -p1003.1-2001 .
BUGS
In
csh (1)
the command
dirs
is always faster because it is built into that shell.
However, 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.
The
-L
option does not work unless the
PWD
environment variable is exported by the shell.
Index
NAME
SYNOPSIS
DESCRIPTION
ENVIRONMENT
EXIT STATUS
SEE ALSO
STANDARDS
BUGS