ZFORCE(1) BSD General Commands Manual ZFORCE(1)NAME
zforce -- force gzip files to have a .gz suffix
SYNOPSIS
zforce file ...
DESCRIPTION
The zforce utility renames gzip(1) files to have a '.gz' suffix, so that gzip(1) will not compress them twice. This can be useful if file
names were truncated during a file transfer. Files that have an existing '.gz', '-gz', '_gz', '.tgz' or '.taz' suffix, or that have not been
compressed by gzip(1), are ignored.
SEE ALSO gzip(1)CAVEATS
zforce overwrites existing files without warning.
BSD July 29, 2003 BSD
Check Out this Related Man Page
GZFORCE(1) General Commands Manual GZFORCE(1)NAME
gzforce - force a '.gz' extension on all gzip files
SYNOPSIS
gzforce [ name ... ]
DESCRIPTION
gzforce forces a .gz extension on all gzip files so that gzip will not compress them twice. This can be useful for files with names trun-
cated after a file transfer. On systems with a 14 char limitation on file names, the original name is truncated to make room for the .gz
suffix. For example, 12345678901234 is renamed to 12345678901.gz. A file name such as foo.tgz is left intact.
SEE ALSO gzip(1), gznew(1), gzmore(1), gzgrep(1), gzdiff(1), gzexe(1)ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Availability | SUNWgzip |
+--------------------+-----------------+
|Interface Stability | External |
+--------------------+-----------------+
NOTES
Source for gzip is available in the SUNWgzipS package.
GZFORCE(1)
We have 22 servers where 3 of them have gzip 1.2.4 installed on our AIX 4.2 .
If I want to copy that gzip unto all the other servers, is it simply a matter of compying the /usr/local/bin/gzip or do I also have to copy other files (librairies, ...) ?
I sent an email to the gzip support group... (10 Replies)
Hello,
I have a few Ubuntu 9.10 laptops I'm trying to learn NFS sharing with. I am just experimenting on this right now, so no harsh words about the security of what I'm playing with, please ;)
Below are the configs
/etc/exports on host
/home/woodnt/Homeschool... (2 Replies)