[perl-python] a program to delete duplicate files

Patrick Useldinger pu.news.001 at gmail.com
Thu Mar 10 19:12:14 EST 2005


Christos TZOTZIOY Georgiou wrote:

> On POSIX filesystems, one has also to avoid comparing files having same (st_dev,
> st_inum), because you know that they are the same file.

I then have a bug here - I consider all files with the same inode equal, 
  but according to what you say I need to consider the tuple 
(st_dev,ST_ium). I'll have to fix that for 0.13.

Thanks ;-)
-pu



More information about the Python-list mailing list