forked from jvirkki/dupd
-
Notifications
You must be signed in to change notification settings - Fork 0
CLI utility to find duplicate files
License
youduda/dupd
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
dupd is a file duplicate detection CLI utility. The build currently supports Linux, Solaris, OS X, OpenBSD and FreeBSD. Other UNIX variants should work with minimal effort. See BUILDING file for notes on building dupd. dupd seeks to be fast and efficient. For most file sets it performs better than other popular tools. http://www.virkki.com/dupd Minimal usage: % dupd scan --path $HOME (or whichever path you want to scan) % dupd report For more information: - dupd help : Show an overview of available commands and options. - dupd man : Show the man page with more detailed information. - dupd license : Display the license info. - docs/ : The docs directory contains additional documentation.
About
CLI utility to find duplicate files
Resources
License
Contributing
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 92.4%
- Shell 4.7%
- C++ 1.5%
- Other 1.4%