logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tgz - makes a gzip'd tar archive

Author

       Filip Van Raemdonck (mechanix@debian.org) wrote this page for the Debian/GNU mtools package.

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.

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.

Name

       tgz - makes a gzip'd tar archive

See Also

gzip(1), tar(1)

mtools 3.9.8                                        May 2002                                              TGZ(1)

Synopsis

tgz [ destination [ source...  ] ]

See Also