From d3fb3fe742c2dd34b639c169f837c0922828f756 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 17 Nov 2000 13:21:13 -0500 Subject: [svn-r2968] Purpose: Update Description: Updated the description of h5ls flags. Platforms tested: w3m --- doc/html/Tools.html | 34 ++++++++++++++++++++++++++-------- 1 file 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.
-h   or   -?   or   --help
Print a usage message and exit. -
-d   or   --dump +
-a   or   --address +
Primt addresses for raw data. +
-d   or   --data
Print the values of datasets. +
-e   or   --errors +
Show all HDF5 error reporting. +
-f   or   --full +
Print full path names instead of base names. +
-g   or   --group +
Show information about a group, not its contents. +
-l   or   --label +
Label members of compound datasets. +
-r   or   --recursive +
List all groups recursively, avoiding cycles. +
-s   or   --string +
Print 1-bytes integer datasets as ASCII. +
-S   or   --simple +
Use a machine-readable output format.
-wN   or   --width=N
Set the number of columns of output.
-v   or   --verbose
Generate more verbose output.
-V   or   --version
Print version number and exit. +
-x   or   --hexdump +
Show raw data in hexadecimal format.
file
The file name may include a printf(3C) integer format such as %%05d to open a file family.
objects -
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. +
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 printf(3C) integer format such + as "%05d" to open a file family.
-
Tool Name: h5repart @@ -484,7 +502,7 @@ Tools   HDF Help Desk
-Last modified: 29 April 1999 +Last modified: 17 November 2000 -- cgit v0.12