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. -Mike On Wed, Apr 21, 2010 at 3:53 PM, wrote: > > What command syntax can I use to locate all duplicate files (filenames) on > my system? Or, more specifically, within any specified directory on the > system? > > Also, how can I tell which duplicates have identical contents and which > duplicates have different content (or at least different file sizes)? > > > > --------------------------------------------------- > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us > To subscribe, unsubscribe, or to change your mail settings: > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss >