1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: holes
Maintainer: nicoo <nicoo@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://git.vuxu.org/holes/about/
Vcs-Browser: https://salsa.debian.org/debian/holes
Vcs-Git: https://salsa.debian.org/debian/holes.git
Package: holes
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: find runs of zero bytes
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.
.
It can be used with fallocate(1), truncate(1), or virt-sparsify(1).
|