Skip to content

Instantly share code, notes, and snippets.

@stratigos
Created January 9, 2015 16:45
Show Gist options
  • Select an option

  • Save stratigos/afcc4aefe762558ece5c to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
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