comparing lists

Martin Franklin MFranklin1 at gatwick.westerngeco.slb.com
Thu Mar 20 04:45:11 EST 2003


Enrique Palomo wrote:
> Hello all
>  
> I must compare the contained of several directories in several pcs. Each 
> directory must contain about 17000 files.
>  
> Do you know any special method to compare the lists of listdir quickly?


Enrique,


Lists can be tested for equality with == but I suspect this is too 
simplistic.
So my question is what exactly do you want to compare?


Martin






More information about the Python-list mailing list