Skip to content

Instantly share code, notes, and snippets.

@stratigos
Created January 9, 2015 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stratigos/afcc4aefe762558ece5c to your computer and use it in GitHub Desktop.
Save stratigos/afcc4aefe762558ece5c to your computer and use it in GitHub Desktop.
Wrap Every Line in File with Quotes and Comma with Sed
sed 's/\(.*\)/"\1",/g' FILENAME.EXT
@stratigos
Copy link
Author

This should be typed on the command line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment