
znew | 531
Linux
Commands
This is the Title of the Book, eMatter Edition
Copyright © 2006 O’Reilly & Associates, Inc. All rights reserved.
i/expr
Search forward for ith occurrence (in all files) of expr, which
should be a regular expression. Display occurrence, including
the two previous lines of context.
in Search forward for the ith occurrence of the last regular
expression searched for.
!command
Execute command in shell. If command is not specified,
execute last shell command. To invoke a shell without passing
it a command, enter \!.
. Repeat the previous command.
znew
znew [options] [files]
Uncompress .Z files and recompress them in .gz format.
Options
-9 Optimal (and slowest) compression method.
-f Recompress even if filename.gz already exists.
-K If the original .Z file is smaller than the .gz file, keep it.
-P Pipe data to conversion program. This saves disk space.
-t Test new .gz files before removing .Z files.
-v Verbose mode.