Skip to content

Instantly share code, notes, and snippets.

@trejo08
Created August 14, 2019 14:30
Show Gist options
  • Save trejo08/00c76f0fe88a738c3b26463409ead373 to your computer and use it in GitHub Desktop.
Save trejo08/00c76f0fe88a738c3b26463409ead373 to your computer and use it in GitHub Desktop.
#!/bin/bash
## small hack to print $PATH var in readable mode
echo $PATH | awk '{split($0,a,":"); for (i in a) print a[i]}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment