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
Practical Algorithms for Programmers
Andrew Binstock、John Rex / Addison-Wesley Professional / 1995-06-29 / USD 39.99
Most algorithm books today are either academic textbooks or rehashes of the same tired set of algorithms. Practical Algorithms for Programmers is the first book to give complete code implementations o......一起来看看 《Practical Algorithms for Programmers》 这本书的介绍吧!