cd

Change current working directory.

cd

Change current working directory to specified path.

Parameters:

  • path: Absolute or relative path of target directory.

Example:

$ explore
explorer> pwd
/
explorer> cd /dropbox/personal
explorer> pwd
/dropbox/personal
explorer> cd ..
explorer> pwd
/dropbox
explorer>