6th January 2009

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 -

Tags: ,

Post a Comment