1
0
Fork 0

Merging upstream version 1.15.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-28 19:30:37 +02:00
parent ba8e0a83c7
commit 60d97c7cb2
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
24 changed files with 310 additions and 146 deletions

View file

@ -11,7 +11,7 @@ File: zutils.info, Node: Top, Next: Introduction, Up: (dir)
Zutils Manual
*************
This manual is for Zutils (version 1.14, 5 January 2025).
This manual is for Zutils (version 1.15, 27 May 2025).
* Menu:
@ -302,6 +302,15 @@ Exit status is 0 if no errors occurred, 1 otherwise.
Verbose mode. Show error messages. Repeating it increases the verbosity
level. *Note version::.
'-x PATTERN'
'--exclude=PATTERN'
Exclude files matching a shell pattern like '*.o', even if the files
are specified in the command line. A file is considered to match if any
component of the file name matches. For example, '*.o' matches
'foo.o', 'foo.o/bar' and 'foo/bar.o'. If PATTERN contains a '/', it
matches a corresponding '/' in the file name. For example, 'foo/*.o'
matches 'foo/bar.o'. Multiple '--exclude' options can be specified.

File: zutils.info, Node: Zcmp, Next: Zdiff, Prev: Zcat, Up: Top
@ -545,8 +554,8 @@ An exit status of 0 means at least one match was found, 1 means no matches
were found, and 2 means trouble.
'zgrep' supports the following options (Some options only work if the grep
program used supports them. Options -h, -H, -r, -R, and -Z are managed by
'zgrep' and not passed to grep):
program used supports them. Options '--exclude', '-h', '-H', '-r', '-R',
and '-Z' are managed by 'zgrep' and not passed to grep):
'-a'
'--text'
@ -583,6 +592,14 @@ program used supports them. Options -h, -H, -r, -R, and -Z are managed by
'--extended-regexp'
Interpret PATTERN as an extended regular expression (ERE).
'--exclude=PATTERN'
Exclude files matching a shell pattern like '*.o', even if the files
are specified in the command line. A file is considered to match if any
component of the file name matches. For example, '*.o' matches
'foo.o', 'foo.o/bar' and 'foo/bar.o'. If PATTERN contains a '/', it
matches a corresponding '/' in the file name. For example, 'foo/*.o'
matches 'foo/bar.o'. Multiple '--exclude' options can be specified.
'-f FILE'
'--file=FILE'
Obtain patterns from FILE, one per line.
@ -787,6 +804,15 @@ incorrect file name extension.
Verbose mode. Show the check status for each file processed. Further
-v's increase the verbosity level. *Note version::.
'-x PATTERN'
'--exclude=PATTERN'
Exclude files matching a shell pattern like '*.o', even if the files
are specified in the command line. A file is considered to match if any
component of the file name matches. For example, '*.o' matches
'foo.o', 'foo.o/bar' and 'foo/bar.o'. If PATTERN contains a '/', it
matches a corresponding '/' in the file name. For example, 'foo/*.o'
matches 'foo/bar.o'. Multiple '--exclude' options can be specified.

File: zutils.info, Node: Zupdate, Next: Argument syntax, Prev: Ztest, Up: Top
@ -925,6 +951,15 @@ compressor can't be run, or comparison fails).
the files being ignored and increases the verbosity level. *Note
version::.
'-x PATTERN'
'--exclude=PATTERN'
Exclude files matching a shell pattern like '*.o', even if the files
are specified in the command line. A file is considered to match if any
component of the file name matches. For example, '*.o' matches
'foo.o', 'foo.o/bar' and 'foo/bar.o'. If PATTERN contains a '/', it
matches a corresponding '/' in the file name. For example, 'foo/*.o'
matches 'foo/bar.o'. Multiple '--exclude' options can be specified.
'-0 .. -9'
Set the compression level of lzip. By default 'zupdate' passes '-9' to
lzip. Custom compression options can be passed to lzip with the option
@ -1031,22 +1066,22 @@ Concept index

Tag Table:
Node: Top217
Node: Introduction1218
Ref: search-order2365
Node: Common options3522
Ref: version4060
Ref: compressor-requirements6011
Node: Configuration7470
Node: Zcat8503
Node: Zcmp11314
Node: Zdiff14554
Node: Zgrep17609
Node: Ztest23753
Node: Zupdate26543
Ref: lz-compressor32558
Node: Argument syntax33259
Node: Problems35151
Node: Concept index35693
Node: Introduction1215
Ref: search-order2362
Node: Common options3519
Ref: version4057
Ref: compressor-requirements6008
Node: Configuration7467
Node: Zcat8500
Node: Zcmp11784
Node: Zdiff15024
Node: Zgrep18079
Node: Ztest24706
Node: Zupdate27969
Ref: lz-compressor34457
Node: Argument syntax35158
Node: Problems37050
Node: Concept index37592

End Tag Table