摘要: 如果你想将当前 command line 会话切换到其他目录,需要用到三个命令:pwd,ls和cd。 pwd的含义是“print working directory”,会显示当前目录的绝对路径。ls的含义是“list directory contents”,它会列出当前目录的内容。这个命令还有其他参 阅读全文
posted @ 2019-04-27 22:21 Minos_t 阅读(1838) 评论(0) 推荐(0)