cd -
Return to the previous directory
cd - switches you back to the last directory you were in, like an Undo for navigation. Useful when you are moving back and forth between two directories.
Example
$ cd -
/var/log
Tip: Type it yourself in the terminal below - reading is not the same as doing.