Re: [Tutor] Cleaning up output

2013-07-03 Thread Dave Angel
On 07/03/2013 03:51 PM, bja...@jamesgang.dyndns.org wrote: I've written my first program to take a given directory and look in all directories below it for duplicate files (duplicate being defined as having the same MD5 hash, which I know isn't a perfect solution, but for what I'm doing is good e

[Tutor] Cleaning up output

2013-07-03 Thread bjames
I've written my first program to take a given directory and look in all directories below it for duplicate files (duplicate being defined as having the same MD5 hash, which I know isn't a perfect solution, but for what I'm doing is good enough) My problem now is that my output file is a rather con