Vern Martin Mon, 28 May 2007 11:01:38 -0400
"cd" with no parameters is very handy of course for getting back to your home directory, but so is "cd -" which means to return to the previous directory. It's easy to bop back and forth between two directories by using "cd -"
Vern Martin