On 3/11/2016 2:41 PM, Fillmore wrote:

I have a TSV file containing a few strings like this (double quotes are
part of the string):


A big thank you to everyone who helped with this and with other questions. My porting of one of my Perl scripts to Python is over now that the two scripts produce virtually the same result:

$ wc -l test2.txt test3.txt
   70823 test2.txt
   70822 test3.txt
  141645 total
$ diff test2.txt test3.txt
69351d69350
<

there's only an extra empty line at the bottom that I'll leave as a tip to Perl ;)

It was instructive.



--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to