Created
March 31, 2015 02:17
-
-
Save machupicchubeta/baad864d7750a2afbce9 to your computer and use it in GitHub Desktop.
replace_line_feed_with_csv
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
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