Posted in Command Line, Linux CDPATH Binny V A June 30, 2009 Leave a Comment on CDPATH CDPATH is to cd what PATH is to exectable. You can go to a folder inside any of the CDPATH folders by just cd 'folder name' – no mater where you are currently. export CDPATH='.:~:/var/www/html:~/Scripts' Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.