项目作者: bob3000

项目描述 :
finds duplicate files
高级语言: Go
项目地址: git://github.com/bob3000/dupcrawler.git
创建时间: 2019-05-23T21:00:37Z
项目社区:https://github.com/bob3000/dupcrawler

开源协议:MIT License

下载


dupcrawler

dupcrawler crawls the file system and outputs groups of duplicate files.

installation

  1. go get github.com/bob3000/dupcrawler

usage

  1. > dupcrawler -h
  2. dupcrawler - looking for duplicate files
  3. Usage:
  4. dupcrawler [options] <inputdir>...
  5. Options:
  6. -e, --excludes=<paths> Comma separated list of paths to exclude [default: ""]
  7. -d, --depth=<i> Set maximum file hierarchy depth [default: 0]
  8. -l, --symlinks Follow symlinks
  9. -h, --help Show this screen
  10. -v, --verbose Show what's being done
  11. --no-parallel Disable parallel processing
  12. --no-sample Calculate checksum over the entire file
  13. --version Show version
  14. > dupcrawler -v photos/
  15. Reading file tree ...
  16. Examining photos ...
  17. Examining photos/2000 ...
  18. Examining photos/2018 ...
  19. Examining photos/2019 ...
  20. Examining photos/2017 ...
  21. Examining photos/2016 ...
  22. Calculating file hashes ...
  23. 2626 / 2626 [===================================================] 100.00% 3m21s
  24. Done
  25. Duplicate files:
  26. photos/2017/VID_20171214_201502898.mp4
  27. photos/2017/VID_20171214_201502898_1.mp4