Skip to content

Fyko/dedupemyfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A CLI tool to detect duplicate files in a directory tree

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published