1993-06-18 18:39:41 +00:00
|
|
|
.TH ZFORCE 1
|
|
|
|
.SH NAME
|
|
|
|
zforce \- force a '.gz' extension on all gzip files
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B zforce
|
1999-08-11 10:34:57 +00:00
|
|
|
name ...
|
1993-06-18 18:39:41 +00:00
|
|
|
.SH DESCRIPTION
|
|
|
|
.I zforce
|
|
|
|
forces a .gz extension on all
|
|
|
|
.I gzip
|
|
|
|
files so that
|
|
|
|
.I gzip
|
|
|
|
will not compress them twice.
|
|
|
|
This can be useful for files with names truncated after a file transfer.
|
1999-08-11 10:34:57 +00:00
|
|
|
For example, 12345678901 is renamed to 12345678901.gz.
|
|
|
|
A file name such as foo.tgz is left intact.
|
1993-06-18 18:39:41 +00:00
|
|
|
.SH "SEE ALSO"
|
1993-06-19 00:22:46 +00:00
|
|
|
gzip(1), znew(1), zmore(1), zgrep(1), zdiff(1), gzexe(1)
|