Skip to content

Instantly share code, notes, and snippets.

@CyberStrike
Created July 2, 2019 18:46
Show Gist options
  • Save CyberStrike/0abdd332acaa528a2cedef717763f2de to your computer and use it in GitHub Desktop.
Save CyberStrike/0abdd332acaa528a2cedef717763f2de to your computer and use it in GitHub Desktop.
Split items in your shell path per line
echo $PATH | tr ":" "\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment