dupcrawler

command module
v0.0.0-...-ba6e549 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 25, 2019 License: MIT Imports: 9 Imported by: 0

README

dupcrawler

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

installation

go get github.com/bob3000/dupcrawler

usage

> dupcrawler -h
dupcrawler - looking for duplicate files

Usage:
  dupcrawler [options] <inputdir>...

Options:
  -e, --excludes=<paths>  Comma separated list of paths to exclude [default: ""]
  -d, --depth=<i>         Set maximum file hierarchy depth [default: 0]
  -l, --symlinks          Follow symlinks
  -h, --help              Show this screen
  -v, --verbose           Show what's being done
  --no-parallel           Disable parallel processing
  --no-sample             Calculate checksum over the entire file
  --version               Show version

> dupcrawler -v photos/
Reading file tree ...

Examining photos ...
Examining photos/2000 ...
Examining photos/2018 ...
Examining photos/2019 ...
Examining photos/2017 ...
Examining photos/2016 ...

Calculating file hashes ...
 2626 / 2626 [===================================================] 100.00% 3m21s
Done

Duplicate files:

photos/2017/VID_20171214_201502898.mp4
photos/2017/VID_20171214_201502898_1.mp4

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL