Cmd Generator

cd

Change the shell working directory.

cd

Examples

# Go to home directory
cd

# Go to specific directory
cd /var/log

# Go to previous directory
cd -

# Go up one level
cd ..

# Use CDPATH
cd projects

Sponsors