tgz (1)
Leading comments
tgz.1
(c) 2001 Filip Van Raemdonck <mechanix@debian.org>
This manpage is free documentation.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or any
later version published by the Free Software Foundation; with no Invariant
Sections, no Front-Cover Texts, and no Back Cover Texts.
This is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty...
(The comments found at the beginning of the groff file "man1/tgz.1".)
NAME
tgz - makes a gzip'd tar archive
SYNOPSIS
tgz
[
destination
[
source ...
] ]
DESCRIPTION
Make a gzip'd tar archive with the name of the first parameter out of specified
files or, if no source files are specified, from everything in the current
directory.
If the first parameter is omitted as well, the archive will be written to
stdout.
BUGS
tgz
requires gzip in the user's path.
It also needs gnu tar or something close due to use of --exclude, --totals
and -S.
AUTHOR
Filip Van Raemdonck (mechanix@debian.org) wrote this page for the
Debian/GNU
mtools package.
SEE ALSO
gzip(1),
tar(1)