Unix and Linux Discussions Tagged with original |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
0 |
8,894 |
What is on Your Mind? |
|
|
|
0 |
5,156 |
IT Security RSS |
|
|
|
1 |
3,450 |
Shell Programming and Scripting |
|
|
|
0 |
1,941 |
UNIX and Linux RSS News |
|
|
|
1 |
4,401 |
Programming |
|
|
|
4 |
72,565 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
10,182 |
Shell Programming and Scripting |
|
|
|
4 |
11,307 |
Shell Programming and Scripting |
|
|
|
2 |
2,607 |
UNIX for Dummies Questions & Answers |
|
|
|
9 |
13,802 |
IP Networking |
|
|
|
4 |
3,369 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,828 |
Programming |
|
|
|
4 |
5,009 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
35,660 |
UNIX for Advanced & Expert Users |
|
|
|
8 |
9,615 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
8,770 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,839 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,477 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,404 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
3,819 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
54,539 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
12,022 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
18,664 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
31,530 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
14,471 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
23,134 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,327 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,685 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,947 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
8,652 |
UNIX for Dummies Questions & Answers |
ZNEW(1) BSD General Commands Manual ZNEW(1)
NAME
znew -- convert compressed files to gzipped files
SYNOPSIS
znew [-ftv9K] file ...
DESCRIPTION
The znew utility uncompresses files compressed by compress(1) and recompresses them with gzip(1).
The options are as follows:
-f Overwrite existing '.gz' files. Unless this option is specified, znew refuses to overwrite existing files.
-t Test integrity of the gzipped file before deleting the original file. If the integrity check fails, the original '.Z' file is not
removed.
-v Print a report specifying the achieved compression ratios.
-9 Use the -9 mode of gzip(1), achieving better compression at the cost of slower execution.
-K Keep the original '.Z' file if it uses less disk blocks than the gzipped one. A disk block is 1024 bytes.
SEE ALSO
gzip(1)
CAVEATS
The znew utility tries to maintain the file mode of the original file. If the original file is not writable, it is not able to do that and
znew will print a warning.
BSD
January 26, 2007 BSD