Skip to content

amgedr/dups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dups

dups is a program for finding duplicate files in one or more directories. It works by first finding files that have the exact size. Then compares their MD5 hashes to see if their contents are the same too.

Command-line Options

-e EXT     Exclude files with extension EXT 

Examples

# Find duplicates in a directories
dups /tmp

# Find duplicates in multiple directories
dups /tmp ~/tmp

# Ignore jpg files
dups -e jpg /tmp

# Ignore jpg and png files
dups -e jpg -e png /tmp

Installation

go get github.com/codehill/dups

Contributing

  • If you've got any suggestions or questions, please create an issue here.
  • If you want to contribute a bug or implement a feature, please feel free to do so. Just send me a pull request.

License

This project is licensed under a MIT license. See the included LICENSE file for more details.

About

Tool for finding duplicate files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages