Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 243 Bytes

cd.md

File metadata and controls

22 lines (11 loc) · 243 Bytes

cd

Change Directory - Change/move to another directory

Basic Usage

Go to the given directory

cd path/to/directory

change to home directory

cd ~

change to previous directory

cd -

Go back one folder:

cd ..