📜  字符串不在 pwd 中 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:25.353000             🧑  作者: Mango

代码示例1
The directory I'm trying to cd into is "! js basics" 
using "cd ! js basics" which won't work.

I was able to access the folder by escaping the space 
using this: \

USE THIS INSTEAD "cd \!\ js\ basics"
each \ escapes the command the code reads and instead 
reads it as text.