Linux Commands Examples

A great documentation place for Linux commands

znew

recompress .Z files to .gz files


see also : gzip - zmore - zdiff - zgrep - zforce - gzexe

Synopsis

znew [ -ftv9PK] [ name.Z ... ]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
MakeLocatePlatform <bin>znew ;
Shell <bin>znew : znew ;
MakeLocatePlatform <bin>zforce ;
Shell <bin>zforce : zforce ;

description

Znew recompresses files from .Z (compress) format to .gz (gzip) format. If you want to recompress a file already in gzip format, rename the file to force a .Z extension then apply znew.

options

-f

Force recompression from .Z to .gz format even if a .gz file already exists.

-t

Tests the new files before deleting originals.

-v

Verbose. Display the name and percentage reduction for each file compressed.

-9

Use the slowest compression method (optimal compression).

-P

Use pipes for the conversion to reduce disk space usage.

-K

Keep a .Z file when it is smaller than the .gz file; implies -t.


bugs

Znew does not maintain the time stamp with the -P option if cpmod(1) is not available and touch(1) does not support the -r option.


see also

gzip , zmore , zdiff , zgrep , zforce , gzexe , compress

How can this site be more helpful to YOU ?


give  feedback