New -find tests -maxdepth and -mindepth
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISO 1 "Version 1.4.7, Nov 13, 2016"
|
||||
.TH XORRISO 1 "Version 1.4.7, Nov 19, 2016"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -1868,6 +1868,14 @@ and "Xotic" which matches what is not matched by the other types.
|
||||
.br
|
||||
Only the first letter is interpreted. E.g.: \-find / \-type d
|
||||
.br
|
||||
\fB\-maxdepth\fR 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.
|
||||
.br
|
||||
\fB\-mindepth\fR number :
|
||||
Matches only files which are at least at the given depth level.
|
||||
.br
|
||||
\fB\-damaged\fR :
|
||||
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