syntax to search ascii text file for unknown duplicate phone numbers ([2LJ2Ud5JyrXK+luOVRQpl

Peter Hansen peter at engcorp.com
Mon Mar 25 19:34:57 EST 2002


Generic Poster wrote:
> 
> vdWl+CWxdAtPuqZiM2EYPotKH
>          one

The following script should print out everything that it
can about unknown duplicate phone numbers.  Usage is:

   python checkdup.py <filename>

The program will automatically adapt to all known input
formats.

------------cut--here----------------------------
# checkdup.py: Copyright 2002 Peter Hansen, All Rights Reserved

print "I don't know if there are duplicate phone numbers in that file"

-------------------------------------------------

If you want a program that actually knows what the duplicates are
and displays them, it will cost a little more...

-Peter



More information about the Python-list mailing list