linux tips:linux cd命令前往带空格名文件夹失败

带空格的文件夹是不能直接通过cd 命令进入的,如 cd  fault detection   这里的fault detection是目标文件夹名,正确的方式是:

将空格替换为"/+whitespace“ 。上述例子中的fault detection应该为 fault/ detection。注意/后仍然要有一个空格呦。

posted @ 2022-11-18 10:32  LoveKnowledge  阅读(571)  评论(0)    收藏  举报