]> git.cworth.org Git - gzip/blob - zforce.1
Avoid creating an undersized buffer for the hufts table.
[gzip] / zforce.1
1 .TH ZFORCE 1
2 .SH NAME
3 zforce \- force a '.gz' extension on all gzip files
4 .SH SYNOPSIS
5 .B zforce
6 [ name ...  ]
7 .SH DESCRIPTION
8 .I  zforce
9 forces a .gz extension on all
10 .I gzip
11 files so that
12 .I gzip
13 will not compress them twice.
14 This can be useful for files with names truncated after a file transfer.
15 On systems with a 14 char limitation on file names, the original name
16 is truncated to make room for the .gz suffix. For example,
17 12345678901234 is renamed to 12345678901.gz. A file name such as foo.tgz
18 is left intact.
19 .SH "SEE ALSO"
20 gzip(1), znew(1), zmore(1), zgrep(1), zdiff(1), gzexe(1)