Userbie

cd –

Another useful shortcut with cd is to just type cd – to go to the previous directory.

paul@debian8$ pwd
/home/paul
paul@debian8$ cd /etc
paul@debian8$ pwd
/etc
paul@debian8$ cd -
/home/paul
paul@debian8$ cd -
/etc