Unix and Linux Discussions Tagged with gzip |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
7 |
3,117 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
13,224 |
Shell Programming and Scripting |
|
|
|
7 |
12,399 |
UNIX for Advanced & Expert Users |
|
|
|
15 |
3,139 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,134 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,424 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
1,273 |
Shell Programming and Scripting |
|
|
|
2 |
1,276 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,480 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,456 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
1,823 |
Shell Programming and Scripting |
|
|
|
10 |
3,961 |
Shell Programming and Scripting |
|
|
|
1 |
3,854 |
Shell Programming and Scripting |
|
|
|
4 |
51,760 |
Shell Programming and Scripting |
|
|
|
12 |
19,581 |
Shell Programming and Scripting |
|
|
|
16 |
11,113 |
Shell Programming and Scripting |
|
|
|
7 |
2,379 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
12,597 |
Shell Programming and Scripting |
|
|
|
7 |
12,395 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
5,175 |
Shell Programming and Scripting |
|
|
|
6 |
3,356 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
16,763 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
5,478 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,101 |
Shell Programming and Scripting |
|
|
|
4 |
6,415 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
7,416 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
9,484 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
19,902 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
5,759 |
Shell Programming and Scripting |
|
|
|
1 |
21,978 |
Shell Programming and Scripting |
|
|
|
7 |
18,466 |
Shell Programming and Scripting |
|
|
|
2 |
21,607 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
3,210 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
80,038 |
Shell Programming and Scripting |
|
|
|
5 |
43,892 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,283 |
AIX |
|
|
|
5 |
4,326 |
Shell Programming and Scripting |
|
|
|
1 |
14,402 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
22,688 |
Shell Programming and Scripting |
|
|
|
0 |
786 |
Software Releases - RSS News |
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)