BASH quick tip: Change to last directory
May 16th, 2008 | by dave |You can change to the previous working directory in BASH by using the command:
cd -
Open Source Support and Consultancy
You can change to the previous working directory in BASH by using the command:
cd -