Created
January 9, 2015 16:45
-
-
Save stratigos/afcc4aefe762558ece5c to your computer and use it in GitHub Desktop.
Wrap Every Line in File with Quotes and Comma with Sed
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
sed 's/\(.*\)/"\1",/g' FILENAME.EXT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should be typed on the command line.