New -find tests -maxdepth and -mindepth

This commit is contained in:
2016-11-19 18:23:10 +01:00
parent 3da2ac249f
commit 7371115b25
9 changed files with 110 additions and 44 deletions

View File

@ -1608,6 +1608,14 @@ File: xorriso.info, Node: CmdFind, Next: Filter, Prev: Manip, Up: Commands
"pipe", "file", "link", "socket", "eltorito", and "Xotic"
which matches what is not matched by the other types.
Only the first letter is interpreted. E.g.: -find / -type d
-maxdepth number :
Matches only files which are at most at the given depth level
relative to the iso_rr_path where -find starts. That path
itself is at depth 0, its directory children are at 1, their
directory children at 2, and so on.
-mindepth number :
Matches only files which are at least at the given depth
level.
-damaged :
Matches files which use data blocks marked as damaged by a
previous run of -check_media. The damage info vanishes when a
@ -5740,44 +5748,44 @@ Node: Insert52745
Node: SetInsert63329
Node: Manip72648
Node: CmdFind82607
Node: Filter100989
Node: Writing105611
Node: SetWrite115767
Node: Bootable140526
Node: Jigdo166026
Node: Charset170285
Node: Exception173614
Node: DialogCtl179743
Node: Inquiry182345
Node: Navigate191133
Node: Verify199428
Node: Restore209306
Node: Emulation217919
Node: Scripting228378
Node: Frontend236161
Node: Examples245787
Node: ExDevices246965
Node: ExCreate247626
Node: ExDialog248926
Node: ExGrowing250197
Node: ExModifying251006
Node: ExBootable251516
Node: ExCharset252071
Node: ExPseudo252967
Node: ExCdrecord253894
Node: ExMkisofs254214
Node: ExGrowisofs255571
Node: ExException256725
Node: ExTime257183
Node: ExIncBackup257641
Node: ExRestore261667
Node: ExRecovery262613
Node: Files263185
Node: Environ264519
Node: Seealso265225
Node: Bugreport265942
Node: Legal266533
Node: CommandIdx267545
Node: ConceptIdx284733
Node: Filter101379
Node: Writing106001
Node: SetWrite116157
Node: Bootable140916
Node: Jigdo166416
Node: Charset170675
Node: Exception174004
Node: DialogCtl180133
Node: Inquiry182735
Node: Navigate191523
Node: Verify199818
Node: Restore209696
Node: Emulation218309
Node: Scripting228768
Node: Frontend236551
Node: Examples246177
Node: ExDevices247355
Node: ExCreate248016
Node: ExDialog249316
Node: ExGrowing250587
Node: ExModifying251396
Node: ExBootable251906
Node: ExCharset252461
Node: ExPseudo253357
Node: ExCdrecord254284
Node: ExMkisofs254604
Node: ExGrowisofs255961
Node: ExException257115
Node: ExTime257573
Node: ExIncBackup258031
Node: ExRestore262057
Node: ExRecovery263003
Node: Files263575
Node: Environ264909
Node: Seealso265615
Node: Bugreport266332
Node: Legal266923
Node: CommandIdx267935
Node: ConceptIdx285123

End Tag Table