Initial import from FreeBSD RELENG_4:
[dragonfly.git] / gnu / usr.bin / 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 For example, 12345678901 is renamed to 12345678901.gz.
16 A file name such as foo.tgz is left intact.
17 .SH "SEE ALSO"
18 gzip(1), znew(1), zmore(1), zgrep(1), zdiff(1), gzexe(1)