Linux pwd命令
Linux 教程
· 2019-02-15 07:14:36
Linux pwd命令用于显示工作目录。
执行pwd指令可立刻得知您目前所在的工作目录的绝对路径名称。
语法
pwd [--help][--version]
参数说明:
- --help 在线帮助。
- --version 显示版本信息。
实例
查看当前所在目录:
# pwd /root/test #输出结果
点击查看所有 Linux 教程 文章: https://codercto.com/courses/l/14.html
High Performance Python
Micha Gorelick、Ian Ozsvald / O'Reilly Media / 2014-9-10 / USD 39.99
If you're an experienced Python programmer, High Performance Python will guide you through the various routes of code optimization. You'll learn how to use smarter algorithms and leverage peripheral t......一起来看看 《High Performance Python》 这本书的介绍吧!