好吧,我知道如何在终端中打开文件夹(使用 cd)。但是这个文件夹的名字什么时候有空格呢?例如:Eclipse Indigo。如果使用 cd Eclipse Indigo 无法识别
你必须转义 shell 中的空格
所以输入cd Eclipse\ Indigo.
您也可以使用引号。
cd "Eclipse Indigo"
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
3331 次 |
| 最近记录: |