📌  相关文章
📜  在命令行窗口中移动到文件夹 - Shell-Bash 代码示例

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

代码示例1
# move to a directory:
cd myFolder

# move out of a directory
cd ..

# move to another hard disk
# in this example i want to move to drive F, just type:
f:
# and hit enter