New -find and -findx action list_extattr
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.1.5, Aug 23, 2011"
|
||||
.TH XORRISO 1 "Version 1.1.5, Aug 25, 2011"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -1757,6 +1757,22 @@ prints xattr name\-value pairs from any namespace
|
||||
except ACL to the result channel. This is mostly for debugging of
|
||||
namespace "isofs".
|
||||
.br
|
||||
\fBlist_extattr\fR 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.
|
||||
.br
|
||||
E.g. \-exec list_extattr e \-\-
|
||||
.br
|
||||
Option \-backslash_codes does not affect the output.
|
||||
.br
|
||||
\fBget_md5\fR
|
||||
prints the MD5 sum, if recorded, together with file path.
|
||||
.br
|
||||
@ -3316,6 +3332,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.
|
||||
.br
|
||||
\fBlist_extattr\fR 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.
|
||||
.br
|
||||
E.g. \-exec list_extattr e \-\-
|
||||
.TP
|
||||
\fB\-compare\fR disk_path iso_rr_path
|
||||
Compare attributes and eventual data file content of a fileobject in the
|
||||
|
Reference in New Issue
Block a user