Unix Manual Pages

Now is available the revised unix manual page (section 1) of the command zum

ZUM(1)

Name

zum — free disk space by making holes in files

Synopsis

zum [FILE...]

DESCRIPTION

zum

is a simple utility to save hard disk space.

This goal is performed by perforate each FILE specified. Perforation means, that series of `0' bytes are replaced by lseek(2)s, thus giving the file system a chance of not allocating real disk space for those bytes.

EXAMPLES

find . -type f -print0 | xargs -0 zum

zum file1 file2 filen

zum /pathname/

AUTHOR

-- Original author, Oleg Kibirev <oleg@gd.cs.CSUFresno.edu>.

-- Debian maintainer, Amaya Rodrigo <amaya@debian.org>

-- Initial manual page by Heiko Schlittermann <heiko@lotte.sax.de>.

-- Upstream maintainer (2004), Juan Carlos Casanova <jcasalinux@ono.com>

There is a project web page at http://sourceforge.com/projects/perforate-linux.

SEE ALSO

cp(1), find(1), du(1)