Cmd Generator

cd

切换 Shell 工作目录。

cd

示例

# 回到家目录
cd

# 进入指定目录
cd /var/log

# 回到上一个目录
cd -

# 上一级目录
cd ..

# 使用 CDPATH
cd projects

Sponsors