Created
November 19, 2015 02:05
-
-
Save aaronmyatt/381aaf3e24edbaa90566 to your computer and use it in GitHub Desktop.
gawking cool
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
# wrap file in square brackets and output to new file | |
gawk '{ print "["$0"]" }' inputfile > outputfile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment