table of contents
HOLES(1) | General Commands Manual | HOLES(1) |
NAME¶
holes
— find runs
of zero bytes
SYNOPSIS¶
holes |
[-b byte]
[-n minlen]
[-s ] [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 addresses (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:
EXIT STATUS¶
The holes
utility exits 0 on
success, and >0 if an error occurs.
SEE ALSO¶
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.
November 8, 2017 | Debian |