Andrew McHorney wrote:
> Hello
> 
> I am planning on developing a perl script that will find all the
> duplicate files (name, size and content) on a pc and remove the
> duplicate files. I have written a few scripts on a unix platform but non
> yet for a pc in a windows environment. Can someone provide a basic stub
> that will find all the files, the creation date and size and put them in
> a array. I want to avoid putting the directories in the array.
> 
> This is because of various problems with a hard drive and putting files
> on various removeable media disks.
> 
> Thanks,
> Andrew
> 
> 
> 

perldoc File::Find

http://danconia.org

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to