New -find and -findx action list_extattr
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.1.5, Aug 23, 2011"
|
||||
@c man .TH XORRISO 1 "Version 1.1.5, Aug 25, 2011"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -2132,6 +2132,22 @@ prints xattr name-value pairs from any namespace
|
||||
except ACL to the result channel. This is mostly for debugging of
|
||||
namespace "isofs".
|
||||
@*
|
||||
@item list_extattr mode
|
||||
prints a script to the result channel, which would use FreeBSD command
|
||||
setextattr to set the file's xattr name-value pairs of user namespace.
|
||||
Parameter mode controls the form of the output of names and values.
|
||||
Default mode "e" prints harmless characters in shell quotation marks,
|
||||
but represents texts with octal 001 to 037 and 0177 to 0377 by an embedded
|
||||
echo -e command.
|
||||
Mode "q" prints any characters in shell quotation marks. This might not be
|
||||
terminal-safe but should work in script files.
|
||||
Mode "r" uses no quotation marks. Not safe.
|
||||
Mode "b" prints backslash encoding. Not suitable for shell parsing.
|
||||
@*
|
||||
E.g. -exec list_extattr e --
|
||||
@*
|
||||
Option -backslash_codes does not affect the output.
|
||||
@*
|
||||
@item get_md5
|
||||
prints the MD5 sum, if recorded, together with file path.
|
||||
@*
|
||||
@ -3927,6 +3943,13 @@ prints a lower and an upper estimation of the number of blocks which the
|
||||
found files together will occupy in the emerging ISO image.
|
||||
This does not account for the superblock,
|
||||
for the directories in the -findx path, or for image padding.
|
||||
@*
|
||||
@item list_extattr mode
|
||||
prints a script to the result channel, which would use FreeBSD command
|
||||
setextattr to set the file's xattr name-value pairs of user namespace.
|
||||
See -find for a description of parameter mode.
|
||||
@*
|
||||
E.g. -exec list_extattr e --
|
||||
@end table
|
||||
@c man .TP
|
||||
@item -compare disk_path iso_rr_path
|
||||
|
Reference in New Issue
Block a user