From b5803897df7792d3137e8050ef3c3fb96288d24a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 21 Aug 2017 17:57:54 +0200 Subject: initial commit of holes --- README | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..a5a6b5c --- /dev/null +++ b/README @@ -0,0 +1,35 @@ +HOLES(1) General Commands Manual HOLES(1) + +NAME + holes – find runs of zero bytes + +SYNOPSIS + holes [-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. + + By default, only holes of at least 64 bytes are reported. This can be + changed using the -n option. + +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 + +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 -- cgit 1.4.1