Monday, January 5, 2015

perl: one-liner with single quotes in

cat /media/host/export_PYF_NCL.csv | perl -e 'while(<>){print "'"'"'$1'"',"'" if /^(\d+);/}'