How 2 Know
If you can't Google it, You Can Knowing it.

Posts Tagged ‘CDPATH’

how to ease navigation with CDPATH

Monday, October 7th, 2013
$CDPATH=:..:~:~/projects

Set CDPATH to ease navigation

CDPATH tells the cd command to look in this colon-separated list of directories for your destination. My preferred order are

1) the current directory, specified by the empty string between the = and the first colon,

Continue Reading…