Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvirkki/dupd
CLI utility to find duplicate files
https://github.com/jvirkki/dupd
c deduplication duplicate-files duplicatefilefinder duplicates fdupes
Last synced: 11 days ago
JSON representation
CLI utility to find duplicate files
- Host: GitHub
- URL: https://github.com/jvirkki/dupd
- Owner: jvirkki
- License: gpl-3.0
- Created: 2012-06-16T08:16:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T17:53:19.000Z (over 1 year ago)
- Last Synced: 2024-04-23T14:11:39.173Z (7 months ago)
- Topics: c, deduplication, duplicate-files, duplicatefilefinder, duplicates, fdupes
- Language: C
- Homepage: http://www.virkki.com/dupd
- Size: 1.9 MB
- Stars: 109
- Watchers: 10
- Forks: 16
- Open Issues: 14
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- Contributing: docs/CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
- awesome-starred - jvirkki/dupd - CLI utility to find duplicate files (c)
README
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 reportFor 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.