Tue, 04 Oct 2005

path

echo $PATH                      // shows path

export PATH=$PATH:newdirectory  // add newdirectory to existing path

make permanent changes to path in ~/.bash_profile

Posted at: 00:00 | category: /commands | Comments ()