How to locate all duplicate files? Thanks

joe at actionline.com joe at actionline.com
Wed Apr 21 14:21:46 MST 2010


Thanks Mike.  Very helpful.


> I don't have time to write the script right now,
> but a something simple like:
>
>  find . * | xargs ls -l | awk -F" " '{print $7 $9}'
>
> then man on sort and uniq. You could also just toss
> the output into a spreadsheet.





More information about the PLUG-discuss mailing list