Last active
November 10, 2021 00:15
-
-
Save simonholm/4ae7d34d7298b976a46d99751b28dc6e to your computer and use it in GitHub Desktop.
note to self, formatting $PATH output nicely by row
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//:/$'\n'}" | |
# HT 2 https://askubuntu.com/a/600028/610990 | |
# other way to display PATH sed, tr etc https://askubuntu.com/a/600019/610990 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment