Tag: path

CDPATH

CDPATH is to cd what PATH is to exectable. You can go to a folder inside any of the CDPATH…

Set Path

Adding a new folder to the current path… export PATH=NEW_FOLDER:$PATH

Find Current Path

Use this command to find the current path… echo $PATH