author: owtotwo
$ cargo install justone
``` justone 0.2.0 owtotwo owtotwo@163.com A fast duplicate files finder, the rust implementation for JustOne.
USAGE:
justone [FLAGS] [OPTIONS]
FLAGS: -h, --help Prints help information
-i, --ignore-error
Ignore error such as PermissionError or FileNotExisted
-s, --strict
[0][default] Based on hash comparison.
[1][-s] Shallow comparison based on file stat, and byte comparison when inconsistent, to prevent hash
collision.
[2][-ss] Strictly compare byte by byte to prevent file stat and hash collision.
-t, --time
Show total time consumption
-V, --version
Prints version information
OPTIONS: -o, --output
ARGS:
```
$ cargo uninstall justone