Skip to content

Instantly share code, notes, and snippets.

@tarrsalah
Created May 10, 2013 13:34
Show Gist options
  • Save tarrsalah/5554408 to your computer and use it in GitHub Desktop.
Save tarrsalah/5554408 to your computer and use it in GitHub Desktop.
Print $PATH
function path(){
old=$IFS
IFS=:
printf "%s\n" $PATH
IFS=$old
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment