New -find test -disk_path
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.2.3, Jun 18, 2012"
|
||||
@c man .TH XORRISO 1 "Version 1.2.3, Jun 21, 2012"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -2014,7 +2014,13 @@ Matches if pattern matches the file path as it would be printed by action
|
||||
@*
|
||||
@item -disk_name pattern :
|
||||
Like -name but testing the leaf name of the file source on disk.
|
||||
Can be true only for data files which stem not from the loaded image.
|
||||
Can match only data files which do not stem from the loaded image,
|
||||
or for directories above such data files. With directories the result can
|
||||
change between -find runs if their content stems from multiple sources.
|
||||
@*
|
||||
@item -disk_path disk_path :
|
||||
Matches if the given disk_path is equal to the path of the file source
|
||||
on disk. The same restrictions apply as with -disk_name.
|
||||
@*
|
||||
@item -type type_letter :
|
||||
Matches files of the given type:
|
||||
|
Reference in New Issue
Block a user