Searched through the archives and found this perl one-liner that's supposed
to replace commas with tabs in text files.
It worked in as much as it created the new output file; but the output was
exactly the same as the input.
Anyone know what's wrong? Or have another way to do this?
perl -ne 's/^ *"//; s/" *$//; print join("\t", split(/\" *, *\"/))'
your-table.csv > your-table.tab
--
Randy Perry
sysTame
Mac Consulting/Sales
phn 561.589.6449
mobile email help(at)systame(dot)com