.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "GFFINDXMLATTR" "1" "18 August 2009" "Gfarm" "" .SH NAME gffindxmlattr \- Find XML extended attributes by XPath query .SH SYNOPSIS \fBgffindxmlattr\fR [ \fB-d \fIdepth\fB\fR ] [ \fB-F \fIdelim\fB\fR ] [ \fB\fIXPath\fB\fR | \fB-f \fIXPath-file\fB\fR ] \fB\fIpath\fB\fR .SH "DESCRIPTION" .PP gffindxmlattr finds XML extended attributes by a specified XPath expression, and displays path names and the corresponding XML extended attribute names. When a file is specified, XML extended attributes associated to the file are searched if there is the read permission. .PP When a directory is specified, files or directories within the depth are recursively searched. When 0 is specified for the depth, the specified directory is searched. If the depth is not specified, all files and directories under the specified directory are searched. If the negative value is specified, gffindxmlattr returns error. Directories that do not have execute permission cannot be searched. .PP gffindxmlattr displays path names and the corresponding XML extended attribute separated by the delim. .SH "OPTIONS" .TP \fB-d depth\fR specifies the depth to be searched recursively. .TP \fB-F delim\fR specifies a delimiter that separates the path name and the XML extended attribute name. By detault, the delimiter is TAB. .TP \fB-f XPath-file\fR specifies a file that contains XPath expression. .TP \fB-?\fR displays usage. .SH "SEE ALSO" .PP \fBgfxattr\fR(1)