1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>gffindxmlattr</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" title="gffindxmlattr">
<a name="gffindxmlattr.1"></a><div class="titlepage"></div>
<div class="refnamediv">
<a name="name"></a><h2>Name</h2>
<p>gffindxmlattr — Find XML extended attributes by XPath query</p>
</div>
<div class="refsynopsisdiv" title="Synopsis">
<a name="synopsis"></a><h2>Synopsis</h2>
<div class="cmdsynopsis"><p><code class="command">gffindxmlattr</code> [-d <em class="replaceable"><code>depth</code></em>] [-F <em class="replaceable"><code>delim</code></em>] [ <em class="replaceable"><code>XPath</code></em> | [-f <em class="replaceable"><code>XPath-file</code></em>]] <em class="replaceable"><code>path</code></em> </p></div>
</div>
<div class="refsect1" title="DESCRIPTION">
<a name="description"></a><h2>DESCRIPTION</h2>
<p>
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.
</p>
<p>
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.
</p>
<p>
gffindxmlattr displays path names and the corresponding XML extended
attribute separated by the delim.
</p>
</div>
<div class="refsect1" title="OPTIONS">
<a name="options"></a><h2>OPTIONS</h2>
<div class="variablelist"><dl>
<dt><span class="term"><code class="option">-d</code> depth</span></dt>
<dd><p>specifies the depth to be searched recursively.
</p></dd>
<dt><span class="term"><code class="option">-F</code> delim</span></dt>
<dd><p>specifies a delimiter that separates the path name and the XML
extended attribute name. By detault, the delimiter is TAB.</p></dd>
<dt><span class="term"><code class="option">-f</code> XPath-file</span></dt>
<dd><p>specifies a file that contains XPath expression.</p></dd>
<dt><span class="term"><code class="option">-?</code></span></dt>
<dd><p>displays usage.</p></dd>
</dl></div>
</div>
<div class="refsect1" title="SEE ALSO">
<a name="see-also"></a><h2>SEE ALSO</h2>
<p>
<span class="citerefentry"><span class="refentrytitle">gfxattr</span>(1)</span>
</p>
</div>
</div></body>
</html>
|