Created
August 14, 2019 14:30
-
-
Save trejo08/00c76f0fe88a738c3b26463409ead373 to your computer and use it in GitHub Desktop.
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
#!/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