Created
April 6, 2020 05:07
-
-
Save roeniss/6a60a9be11ff3c58ab436850b21c50ae to your computer and use it in GitHub Desktop.
show $PATH by one per line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo $PATH | tr : \\n | xargs -n1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment