-
Notifications
You must be signed in to change notification settings - Fork 83
/
hashstats.8
51 lines (51 loc) · 1.15 KB
/
hashstats.8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.\" Automatically generated by Pandoc 2.17.1.1
.\"
.\" Define V font for inline verbatim, using C font in formats
.\" that render this, and otherwise B font.
.ie "\f[CB]x\f[]"x" \{\
. ftr V B
. ftr VI BI
. ftr VB B
. ftr VBI BI
.\}
.el \{\
. ftr V CR
. ftr VI CI
. ftr VB CB
. ftr VBI CBI
.\}
.TH "hashstats" "8" "October 2015" "hashstats" "System Manager\[cq]s Manual"
.hy
.SH NAME
.PP
\f[B]hashstats\f[R] - Print information about a duperemove hashfile
.SH SYNOPSIS
.PP
\f[V]hashstats\f[R] \f[I]options\f[R] \f[I]hashfile\f[R]
.SH DESCRIPTION
.PP
\f[V]hashfile\f[R] extracts stats or raw data from a hashfile.
The hashfile should be a file generated by running
\f[V]duperemove(8)\f[R] with the \f[V]--hashfile\f[R] or
\f[V]--write-hashes\f[R] option.
.SH OPTIONS
.TP
\f[B]-n\f[R] \f[V]NUM\f[R]
Print top \f[V]NUM\f[R] hashes, sorted by bucket size.
Default is \f[V]10\f[R].
.TP
\f[B]-a\f[R]
Print all hashes (overrides \f[V]-n\f[R], above)
.TP
\f[B]-B\f[R]
Show blocks hashes.
By default, extents hashes are shown.
.TP
\f[B]-b\f[R]
Print info on each block within our hash buckets.
.TP
\f[B]-l\f[R]
Print a list of all files
.SH SEE ALSO
.IP \[bu] 2
\f[V]duperemove(8)\f[R]