摘要: 带空格的文件夹是不能直接通过cd 命令进入的,如 cd fault detection 这里的fault detection是目标文件夹名,正确的方式是: 将空格替换为"/+whitespace“ 。上述例子中的fault detection应该为 fault/ detection。注意/后仍然要有 阅读全文
posted @ 2022-11-18 10:32 LoveKnowledge 阅读(571) 评论(0) 推荐(0)