mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r2968] Purpose:
Update Description: Updated the description of h5ls flags. Platforms tested: w3m
This commit is contained in:
parent
82323f4c8f
commit
d3fb3fe742
@ -259,23 +259,42 @@ These tools enable the user to examine HDF5 files interactively.
|
||||
<dl>
|
||||
<dt><code>-h</code> or <code>-?</code> or <code>--help</code>
|
||||
<dd>Print a usage message and exit.
|
||||
<dt><code>-d</code> or <code>--dump</code>
|
||||
<dt><code>-a</code> or <code>--address</code>
|
||||
<dd>Primt addresses for raw data.
|
||||
<dt><code>-d</code> or <code>--data</code>
|
||||
<dd>Print the values of datasets.
|
||||
<dt><code>-e</code> or <code>--errors</code>
|
||||
<dd>Show all HDF5 error reporting.
|
||||
<dt><code>-f</code> or <code>--full</code>
|
||||
<dd>Print full path names instead of base names.
|
||||
<dt><code>-g</code> or <code>--group</code>
|
||||
<dd>Show information about a group, not its contents.
|
||||
<dt><code>-l</code> or <code>--label</code>
|
||||
<dd>Label members of compound datasets.
|
||||
<dt><code>-r</code> or <code>--recursive</code>
|
||||
<dd>List all groups recursively, avoiding cycles.
|
||||
<dt><code>-s</code> or <code>--string</code>
|
||||
<dd>Print 1-bytes integer datasets as ASCII.
|
||||
<dt><code>-S</code> or <code>--simple</code>
|
||||
<dd>Use a machine-readable output format.
|
||||
<dt><code>-w</code><em>N</em> or <code>--width=</code><em>N</em>
|
||||
<dd>Set the number of columns of output.
|
||||
<dt><code>-v</code> or <code>--verbose</code>
|
||||
<dd>Generate more verbose output.
|
||||
<dt><code>-V</code> or <code>--version</code>
|
||||
<dd>Print version number and exit.
|
||||
<dt><code>-x</code> or <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
|
||||
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
|
||||
|
||||
<br>
|
||||
Last modified: 29 April 1999
|
||||
Last modified: 17 November 2000
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user