本文主要是介绍pwd命令man手册,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
描述:Print the full filename of the current working directory(打印当前工作目录的完整文件名(绝对路径))
选项:-L 获取环境表中的PWD值(即使包含符号链接),相当于 echo $PWD
-P 避免所有的符号链接
--help --version在Ubuntu16.04环境下不可用
NOTE:your shell may have its own version of pwd, which usually supersedes the version described here.
(你的shell会有它自己版本的pwd,这个版本的pwd通常取代这里的描述版本)
Please refer to your shell's documentation for details about the options it supports.
(请参考shell文档详细查找关于pwd支持选项)
这篇关于pwd命令man手册的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!