An open API service indexing awesome lists of open source software.

https://github.com/fyko/dedupemyfs

A CLI tool to detect duplicate files in a directory tree
https://github.com/fyko/dedupemyfs

Last synced: over 1 year ago
JSON representation

A CLI tool to detect duplicate files in a directory tree

Awesome Lists containing this project

README

          

# dedupemyfs
> A CLI tool to detect duplicate files in a directory tree

I was in an interview recently where the interviewer mentioned having a personal project doing just this.
I thought it would be a *fun* way to learn C. How incredibly wrong I was.

## Usage
- build with `make`
- run with ./dedupemyfs in the dir you want to scan
- output will list the file hash and the files that have the same hash

#### License


Licensed under either of Apache License, Version
2.0
or MIT license at your option.



Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.