blob: 91f6cca7c3f5b3c73dda64804ee799274bed3e20 (
plain) (
blame)
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
|
HOLES(1) General Commands Manual HOLES(1)
NAME
holes – find runs of zero bytes
SYNOPSIS
holes [-b byte] [-n minlen] [files ...]
DESCRIPTION
holes looks for runs of zero bytes (a.k.a. holes) in the specified input
files (or the standard input), and prints the start adresses (in
hexadecimal) as well as the lengths (in decimal). When multiple input
files are specified, holes prefixes each line with the file name.
The options are as follows:
-b byte
Count runs of byte, a number between 0 and 255, instead of zero
bytes.
-n minlen
Change minimum size of holes reported. By default, only holes of
at least 64 bytes are reported.
EXIT STATUS
The holes utility exits 0 on success, and >0 if an error occurs.
SEE ALSO
fallocate(1), truncate(1), virt-sparsify(1)
AUTHORS
Leah Neukirchen <leah@vuxu.org>
LICENSE
holes is in the public domain.
To the extent possible under law, the creator of this work has waived all
copyright and related or neighboring rights to this work.
http://creativecommons.org/publicdomain/zero/1.0/
Void Linux August 21, 2017 Void Linux
|