other languages
other sections
PWD(1) | 用户命令 | PWD(1) |
名称¶
pwd - 显示出当前/活动目录的名称概述¶
pwd [选项]...描述¶
输出当前工作目录的完整名称。- -L, --logical
- 使用环境变量中的 PWD,即使其中包含符号链接
- -P, --physical
- 避免所有符号链接
- --help
- 显示此帮助信息并退出
- --version
- 显示版本信息并退出
如果没有指定任何选项,默认使用 -P。
注意:您的 shell 可能内置了自己的 pwd 程序版本,它通常会覆盖这里所提及的相应版本。请查阅您的 shell 文档获知它所支持的选项。
作者¶
由 Jim Meyering 编写。报告错误¶
GNU coreutils 的在线帮助: <http://www.gnu.org/software/coreutils/>请向 <http://translationproject.org/team/zh_CN.html> 报告 pwd 的翻译错误。
版权¶
Copyright © 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
参见¶
getcwd(3)完整文档请见:
<http://www.gnu.org/software/coreutils/pwd>
或者在本地使用: info
'(coreutils) pwd invocation'
跋¶
本页面中文版由中文 man 手册页计划提供。中文 man 手册页计划:https://github.com/man-pages-zh/manpages-zh
2017年10月 | GNU coreutils 8.28 |