2025-02-24 06:01:55 +01:00
|
|
|
Changes in version 1.12:
|
2025-02-24 04:42:45 +01:00
|
|
|
|
2025-02-24 06:01:55 +01:00
|
|
|
zgrep now also accepts the following options: '-G, --basic-regexp',
|
|
|
|
'--label=<label>', '--line-buffered', '-P, --perl-regexp', '--silent',
|
|
|
|
'-T, --initial-tab', '-U, --binary', and '-Z, --null'.
|
|
|
|
(Reported by Chris Jamboretz and Leah Neukirchen).
|
2025-02-24 05:58:06 +01:00
|
|
|
|
2025-02-24 06:01:55 +01:00
|
|
|
zupdate now accepts option '-e, --expand-extensions', which makes it expand
|
|
|
|
combined file name extensions; tgz -> tar.lz.
|
2025-02-24 05:58:06 +01:00
|
|
|
|
2025-02-24 06:01:55 +01:00
|
|
|
zupdate now also accepts option '-i, --ignore-errors', which makes it ignore
|
|
|
|
non-fatal errors.
|
2025-02-24 06:00:56 +01:00
|
|
|
|
2025-02-24 06:01:55 +01:00
|
|
|
All utilities now support compress'd (.Z) files through gzip. For this to
|
|
|
|
work, the gzip program used (for example GNU gzip) must be able to
|
|
|
|
decompress .Z files.
|