New -find tests -maxdepth and -mindepth
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
@c man .\" First parameter, NAME, should be all caps
|
||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
@c man .\" other parameters are allowed: see man(7), man(1)
|
||||
@c man .TH XORRISO 1 "Version 1.4.7, Nov 13, 2016"
|
||||
@c man .TH XORRISO 1 "Version 1.4.7, Nov 19, 2016"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -2258,6 +2258,14 @@ and "Xotic" which matches what is not matched by the other types.
|
||||
@*
|
||||
Only the first letter is interpreted. E.g.: -find / -type d
|
||||
@*
|
||||
@item -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.
|
||||
@*
|
||||
@item -mindepth number :
|
||||
Matches only files which are at least at the given depth level.
|
||||
@*
|
||||
@item -damaged :
|
||||
Matches files which use data blocks marked as damaged by a previous
|
||||
run of -check_media. The damage info vanishes when a new ISO image gets
|
||||
|
Reference in New Issue
Block a user