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
Check Out this Related Man Page
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
Hi, I would like to ask if someone could help me to shorten this process.
If example i will have a thousand files and i want to get there permisions. pls help.
$ sh researcher2.sh
rm /home/aris/logs/logna
rm a12
for i in `aclget /usr/bin/uname`
do
grep -e $i ownership | awk '{print $1}'... (13 Replies)
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)
Hi,
I have a file that looks like this:
a_X data
a_Y data
b data
c data
d_X data
d_Y data
I **want** to duplicate the lines without the _X and _Ys. In other words, I want it to look like this
a_X data
a_Y data
b data
b data
c data
c data
d_X data
d_Y data (13 Replies)