Created
August 14, 2019 14:30
-
-
Save trejo08/00c76f0fe88a738c3b26463409ead373 to your computer and use it in GitHub Desktop.
Revisions
-
trejo08 revised this gist
Aug 14, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ #!/bin/bash ## small hack to print $PATH var in readable mode echo $PATH | awk '{split($0,a,":"); for (i in a) print a[i]}' -
trejo08 created this gist
Aug 14, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ #!/bin/bash ## small echo $PATH | awk '{split($0,a,":"); for (i in a) print a[i]}'