Re: [Tutor] Script to search in string of values from file A in file B

2012-05-10 Thread Afonso Duarte
ained when it wasn't). Thanks again for the nice solutions and sorry for the side discussion on how to write/answer to mailing lists Cheers Afonso -Original Message- From: Joel Goldstick [mailto:joel.goldst...@gmail.com] Sent: woensdag 9 mei 2012 20:47 To: Afonso Duarte Cc: tutor@

Re: [Tutor] Script to search in string of values from file A in file B

2012-05-09 Thread Afonso Duarte
-Original Message- From: Dave Angel [mailto:d...@davea.name] Sent: woensdag 9 mei 2012 15:52 To: Afonso Duarte Cc: tutor@python.org Subject: Re: [Tutor] Script to search in string of values from file A in file B On 05/09/2012 10:00 AM, Afonso Duarte wrote: > Dear All, > I&#x

[Tutor] Script to search in string of values from file A in file B

2012-05-09 Thread Afonso Duarte
Dear All, I'm new to Python and started to use it to search text strings in big (>500Mb) txt files. I have a list on text file (e.g. A.txt) that I want to use as a key to search another file (e.g. B.txt), organized in the following way: A.txt: Aaa Bbb Ccc Ddd . . . B.txt