jvirkki / dupd

CLI utility to find duplicate files

Home Page:http://www.virkki.com/dupd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

CLI utility to find duplicate files

http://www.virkki.com/dupd

License:GNU General Public License v3.0


Languages

Language:C 93.1%Language:Shell 4.6%Language:Perl 1.1%Language:Makefile 0.9%Language:DTrace 0.4%Language:Roff 0.0%