New -find pseudo tests -use_pattern , -or_use_pattern

This commit is contained in:
2014-04-16 14:42:40 +00:00
parent a73032dd9b
commit f5d7552c22
8 changed files with 177 additions and 60 deletions

View File

@ -1629,6 +1629,18 @@ File: xorriso.info, Node: CmdFind, Next: Filter, Prev: Manip, Up: Commands
If this test is reached and the tested file is a directory
then -find will not dive into that directory. This test
itself does always match.
-use_pattern "on"|"off" :
This pseudo test controls the interpretation of wildcards
with tests -name, -wholename, and -disk_name. Default is
"on". If interpretation is disabled by "off", then the
parameters of -name, -wholename, and -disk_name have to match
literally rather than as regular expression. This test
itself does always match.
-or_use_pattern "on"|"off" :
Like -use_pattern, but automatically appending the test by
-or rather than by -and. Further the test itself does never
match. So a subsequent test -or will cause its other operand
to be performed.
-decision "yes"|"no" :
If this test is reached then the evaluation ends immediately
and action is performed if the decision is "yes" or "true".
@ -5481,43 +5493,43 @@ Node: Insert47999
Node: SetInsert58213
Node: Manip66790
Node: CmdFind76570
Node: Filter93171
Node: Writing97727
Node: SetWrite107858
Node: Bootable128564
Node: Jigdo145931
Node: Charset150178
Node: Exception153493
Node: DialogCtl159613
Node: Inquiry162211
Node: Navigate169346
Node: Verify177644
Node: Restore186908
Node: Emulation193995
Node: Scripting204383
Node: Frontend212154
Node: Examples221761
Node: ExDevices222939
Node: ExCreate223605
Node: ExDialog224890
Node: ExGrowing226155
Node: ExModifying226960
Node: ExBootable227464
Node: ExCharset228016
Node: ExPseudo228908
Node: ExCdrecord229806
Node: ExMkisofs230123
Node: ExGrowisofs231463
Node: ExException232598
Node: ExTime233052
Node: ExIncBackup233511
Node: ExRestore237491
Node: ExRecovery238424
Node: Files238994
Node: Seealso240293
Node: Bugreport241016
Node: Legal241597
Node: CommandIdx242608
Node: ConceptIdx259343
Node: Filter93845
Node: Writing98401
Node: SetWrite108532
Node: Bootable129238
Node: Jigdo146605
Node: Charset150852
Node: Exception154167
Node: DialogCtl160287
Node: Inquiry162885
Node: Navigate170020
Node: Verify178318
Node: Restore187582
Node: Emulation194669
Node: Scripting205057
Node: Frontend212828
Node: Examples222435
Node: ExDevices223613
Node: ExCreate224279
Node: ExDialog225564
Node: ExGrowing226829
Node: ExModifying227634
Node: ExBootable228138
Node: ExCharset228690
Node: ExPseudo229582
Node: ExCdrecord230480
Node: ExMkisofs230797
Node: ExGrowisofs232137
Node: ExException233272
Node: ExTime233726
Node: ExIncBackup234185
Node: ExRestore238165
Node: ExRecovery239098
Node: Files239668
Node: Seealso240967
Node: Bugreport241690
Node: Legal242271
Node: CommandIdx243282
Node: ConceptIdx260017

End Tag Table