Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
dupd/README
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
29 lines (18 sloc)
911 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dupd is a duplicate file finder CLI utility. | |
dupd enables an exploratory approach to finding duplicates in your | |
filesystems instead of only showing a static list of duplicate | |
files. See the docs directory for more information and examples. | |
dupd also seeks to be fast. For most file sets it performs better than | |
other popular tools. | |
The build currently supports Linux, Solaris, OS X, OpenBSD and | |
FreeBSD. Other UNIX variants should work with minimal effort. See | |
the BUILDING file for notes on building dupd. | |
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. | |