Computer Tips - Do you know any Bash directory changing tricks?

Date: 2007Mar13 OS: Linux Keywords: previous, directory, folder, bash Q. Do you know any Bash directory changing tricks? A. Why yes:
cd Change to your home directory
cd ~user Change to user's home directory
cd - Change to the previous directory
pushd (dir) Change to another directory
popd Undo the last pushd