Skip to content

Instantly share code, notes, and snippets.

@roeniss
Created April 6, 2020 05:07
Show Gist options
  • Save roeniss/6a60a9be11ff3c58ab436850b21c50ae to your computer and use it in GitHub Desktop.
Save roeniss/6a60a9be11ff3c58ab436850b21c50ae to your computer and use it in GitHub Desktop.
show $PATH by one per line
echo $PATH | tr : \\n | xargs -n1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment