Skip to content

Instantly share code, notes, and snippets.

@simonholm
Last active November 10, 2021 00:15
Show Gist options
  • Save simonholm/4ae7d34d7298b976a46d99751b28dc6e to your computer and use it in GitHub Desktop.
Save simonholm/4ae7d34d7298b976a46d99751b28dc6e to your computer and use it in GitHub Desktop.
note to self, formatting $PATH output nicely by row
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