Skip to content

Instantly share code, notes, and snippets.

@machupicchubeta
Created March 31, 2015 02:17
Show Gist options
  • Save machupicchubeta/baad864d7750a2afbce9 to your computer and use it in GitHub Desktop.
Save machupicchubeta/baad864d7750a2afbce9 to your computer and use it in GitHub Desktop.
replace_line_feed_with_csv
cat "a_file_to_be_converted" | perl -ne '/^([\w]+)\n$/; print "\x27$1\x27, ";' > converted.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment