On Thu, 2005-10-20 at 12:08 +0100, Martin wrote: > OK, who can do that as a one-liner? find -type f | xargs md5sum | sort | uniq -d -w32 Not perfect because it only shows up one of each set of duplicates rather than all in the set. -- Martin.