elmindreda / duff

Command-line utility for finding duplicate files
Other
94 stars 12 forks source link

Argument to list unique files #1

Closed johnbartholomew closed 11 years ago

johnbartholomew commented 11 years ago

For checking that a backup is complete, or checking that I have all the files from a camera SD card (before I wipe the card) it would be useful to be able to run duff in a "find unique" mode that lists files which don't have duplicates.

As ever, this functionality can be constructed with an appropriate pipeline of find/sha1sum/sort/uniq or similar, but perhaps it's close enough to what duff does to be worth including?

elmindreda commented 11 years ago

This was added to 0.6 with 35cdb4b674f04892c91263d9f75b402df086ff06.

johnbartholomew commented 11 years ago

Oh, I'm sorry. I checked the man page, but not the git master version.

elmindreda commented 11 years ago

I'll try to get 0.6 out once GLFW 3.0.2 is done.