[Discuss] fdupes opposite?

Steven Kurylo sk at infinitepigeons.org
Wed Mar 12 07:08:42 PDT 2008


>  I am looking for a utility that would be similar, except that instead of
>  finding and listing those files which are duplicated in a directory
>  tree, it would find those that are unique and list those.
>
>  Does anyone know of a utility that does this?

It would be a quick shell script to run fdupes and then run the output
through sort and uniq merged with the output of a normal directory
listing.  You'll be left with whatever fdupes didnt find.

-- 
Steven Kurylo


More information about the Discuss mailing list