about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-08-21 17:57:54 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-08-21 17:57:54 +0200
commitb5803897df7792d3137e8050ef3c3fb96288d24a (patch)
tree6ea0a895545c5473f8b9e878ecce7ea9891f3893 /README
downloadholes-b5803897df7792d3137e8050ef3c3fb96288d24a.tar.gz
holes-b5803897df7792d3137e8050ef3c3fb96288d24a.tar.xz
holes-b5803897df7792d3137e8050ef3c3fb96288d24a.zip
initial commit of holes
Diffstat (limited to 'README')
-rw-r--r--README35
1 files changed, 35 insertions, 0 deletions
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 <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