[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bash Tip



I was looking at the presentation on Bash that was done last week.  One
tip that I didn't see listed that I find very useful is:

cd -

This will change you to the previous directory that you were in before.

Kevin