[svn-r2968] Purpose:

Update
Description:
	Updated the description of h5ls flags.
Platforms tested:
	w3m
This commit is contained in:
Bill Wendling 2000-11-17 13:21:13 -05:00
parent 82323f4c8f
commit d3fb3fe742

View File

@ -259,23 +259,42 @@ These tools enable the user to examine HDF5 files interactively.
<dl>
<dt><code>-h</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>-?</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--help</code>
<dd>Print a usage message and exit.
<dt><code>-d</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--dump</code>
<dt><code>-a</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--address</code>
<dd>Primt addresses for raw data.
<dt><code>-d</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--data</code>
<dd>Print the values of datasets.
<dt><code>-e</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--errors</code>
<dd>Show all HDF5 error reporting.
<dt><code>-f</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--full</code>
<dd>Print full path names instead of base names.
<dt><code>-g</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--group</code>
<dd>Show information about a group, not its contents.
<dt><code>-l</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--label</code>
<dd>Label members of compound datasets.
<dt><code>-r</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--recursive</code>
<dd>List all groups recursively, avoiding cycles.
<dt><code>-s</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--string</code>
<dd>Print 1-bytes integer datasets as ASCII.
<dt><code>-S</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--simple</code>
<dd>Use a machine-readable output format.
<dt><code>-w</code><em>N</em> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--width=</code><em>N</em>
<dd>Set the number of columns of output.
<dt><code>-v</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--verbose</code>
<dd>Generate more verbose output.
<dt><code>-V</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--version</code>
<dd>Print version number and exit.
<dt><code>-x</code> &nbsp;&nbsp;or&nbsp;&nbsp; <code>--hexdump</code>
<dd>Show raw data in hexadecimal format.
<dt><em>file</em>
<dd>The file name may include a printf(3C) integer format
such as <code>%%05d</code> to open a file family.
<dt><em>objects</em>
<dd>The names of zero or more objects about which information
should be displayed. If a group is mentioned then
information about each of its members is displayed.
If no object names are specified then information about
all of the objects in the root group is displayed.
<dd>Each object consists of an HDF5 file name optionally
followed by a slash and an object name within the file
(if no object is specified within the file then the
contents of the root group are displayed). The file name
may include a <code>printf(3C)</code> integer format such
as "%05d" to open a file family.
</dl>
<!--
<dt><strong>Current Status:</strong>
@ -285,7 +304,6 @@ These tools enable the user to examine HDF5 files interactively.
-->
</dl>
<hr>
<dl>
<dt><strong>Tool Name:</strong> <a name="Tools-Repart">h5repart</a>
@ -484,7 +502,7 @@ Tools&nbsp;&nbsp;
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
<br>
Last modified: 29 April 1999
Last modified: 17 November 2000
</body>
</html>