Revision: 36072
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at November 17, 2010 16:28 by chrisaiv
Initial Code
#Show all the available paths chrisaiv$ echo $PATH #Just for the BASH shell chrisaiv$ ~/.bash_profile #.profile is for all shells chrisaiv$ .profile #List all files and make it look pretty alias ll="ls -lahG" #1 #2 #3 #4 (Existing Paths) export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH"
Initial URL
Initial Description
For starters, BASH is an acronym meaning Born Again Shell. $PATH are the places where it will look for commands and in the order in which they are placed.
Initial Title
Bash: $PATH explained!
Initial Tags
Initial Language
Bash