Created
November 6, 2018 09:41
-
-
Save kparkov/90255448a6b318fbbe08ab6d84cb0e95 to your computer and use it in GitHub Desktop.
Show $PATH with line breaks between entries
This file contains 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
alias pl="sed 's/:/\n/g' <<< \"$PATH\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment