Revision: 65264
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at November 13, 2013 04:41 by johngh
Initial Code
cat file | paste -s -d'%' - | sed 's/\(^\|$\)/"/g;s/%/","/g'
Initial URL
Initial Description
Convert a listing to quote protected CSV
Initial Title
Convert list to " protected CSV
Initial Tags
csv
Initial Language
Bash