diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-11-17 18:21:13 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-11-17 18:21:13 (GMT) |
commit | d3fb3fe742c2dd34b639c169f837c0922828f756 (patch) | |
tree | 3bb7867fafed6c0b69671c26656411061d684f1b /doc/html/Tools.html | |
parent | 82323f4c8f22caa52a38ac396e6fdce07b00fb81 (diff) | |
download | hdf5-d3fb3fe742c2dd34b639c169f837c0922828f756.zip hdf5-d3fb3fe742c2dd34b639c169f837c0922828f756.tar.gz hdf5-d3fb3fe742c2dd34b639c169f837c0922828f756.tar.bz2 |
[svn-r2968] Purpose:
Update
Description:
Updated the description of h5ls flags.
Platforms tested:
w3m
Diffstat (limited to 'doc/html/Tools.html')
-rw-r--r-- | doc/html/Tools.html | 34 |
1 files changed, 26 insertions, 8 deletions
diff --git a/doc/html/Tools.html b/doc/html/Tools.html index 0234fa7..e4520ca 100644 --- a/doc/html/Tools.html +++ b/doc/html/Tools.html @@ -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> |