📌  相关文章
📜  powershell 使用空格更改目录 - Shell-Bash 代码示例

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

代码示例1
You need to surround the path in double quotes if there is a space in the path!
for example:
cd "C:\Program Files"