maint: update bootstrap and m4/.gitignore to latest Gnulib
[gzip.git] / zforce.1
blob508686fcc403ed4236173f44a82ed5ff328b5d8e
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 The
9 .B zforce
10 command
11 forces a
12 .B .gz
13 extension on all
14 .B gzip
15 files so that
16 .B gzip
17 will not compress them twice.
18 This can be useful for files with names truncated after a file transfer.
19 On systems with a 14 char limitation on file names, the original name
20 is truncated to make room for the .gz suffix. For example,
21 12345678901234 is renamed to 12345678901.gz. A file name such as foo.tgz
22 is left intact.
23 .SH "SEE ALSO"
24 gzip(1), znew(1), zmore(1), zgrep(1), zdiff(1), gzexe(1)