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
- Host: GitHub
- URL: https://github.com/fyko/dedupemyfs
- Owner: Fyko
- License: apache-2.0
- Created: 2024-09-11T03:23:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T03:38:18.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T17:04:48.373Z (over 1 year ago)
- Language: C
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.