[svn-r3196]
Purpose:
Adding Tutorial to development branch (R 1.4)
Platforms tested:
IE 5
This commit is contained in:
89
doc/html/Tutor/util.html
Normal file
89
doc/html/Tutor/util.html
Normal file
@@ -0,0 +1,89 @@
|
||||
<HTML><HEAD>
|
||||
<TITLE>HDF5 Tutorial - Utilities (h5dump, h5ls)
|
||||
</TITLE>
|
||||
</HEAD>
|
||||
|
||||
<body bgcolor="#ffffff">
|
||||
|
||||
<!-- BEGIN MAIN BODY -->
|
||||
|
||||
<A HREF="http://www.ncsa.uiuc.edu/"><img border=0
|
||||
src="http://www.ncsa.uiuc.edu/Images/NCSAhome/footerlogo.gif"
|
||||
width=78 height=27 alt="NCSA"><P></A>
|
||||
|
||||
[ <A HREF="title.html"><I>HDF5 Tutorial Top</I></A> ]
|
||||
<H1>
|
||||
<BIG><BIG><BIG><FONT COLOR="#c101cd">Utilities (h5dump, h5ls)</FONT>
|
||||
</BIG></BIG></BIG></H1>
|
||||
|
||||
<hr noshade size=1>
|
||||
|
||||
The h5dump and h5ls utilities can be used to examine the contents of an
|
||||
hdf5 file.
|
||||
<P>
|
||||
<A NAME="dmp">
|
||||
<H2>h5dump</H2>
|
||||
<PRE>
|
||||
h5dump [-h] [-bb] [-header] [-a <names>] [-d <names>] [-g <names>]
|
||||
[-l <names>] [-t <names>] <file>
|
||||
|
||||
-h Print information on this command.
|
||||
-bb Display the content of the boot block. The default is not to display.
|
||||
-header Display header only; no data is displayed.
|
||||
-a <names> Display the specified attribute(s).
|
||||
-d <names> Display the specified dataset(s).
|
||||
-g <names> Display the specified group(s) and all the members.
|
||||
-l <names> Displays the value(s) of the specified soft link(s).
|
||||
-t <names> Display the specified named data type(s).
|
||||
|
||||
<names> is one or more appropriate object names.
|
||||
</PRE>
|
||||
<A NAME="ls">
|
||||
<H2>h5ls</H2>
|
||||
<PRE>
|
||||
h5ls [OPTIONS] FILE [OBJECTS...]
|
||||
|
||||
OPTIONS
|
||||
-h, -?, --help Print a usage message and exit
|
||||
-d, --dump Print the values of datasets
|
||||
-f, --full Print full path names instead of base names
|
||||
-l, --label Label members of compound datasets
|
||||
-r, --recursive List all groups recursively, avoiding cycles
|
||||
-s, --string Print 1-byte integer datasets as ASCII
|
||||
-wN, --width=N Set the number of columns of output
|
||||
-v, --verbose Generate more verbose output
|
||||
-V, --version Print version number and exit
|
||||
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.
|
||||
</PRE>
|
||||
<!-- BEGIN FOOTER INFO -->
|
||||
|
||||
<P><hr noshade size=1>
|
||||
<font face="arial,helvetica" size="-1">
|
||||
<a href="http://www.ncsa.uiuc.edu/"><img border=0
|
||||
src="http://www.ncsa.uiuc.edu/Images/NCSAhome/footerlogo.gif"
|
||||
width=78 height=27 alt="NCSA"><br>
|
||||
The National Center for Supercomputing Applications</A><br>
|
||||
<a href="http://www.uiuc.edu/">University of Illinois
|
||||
at Urbana-Champaign</a><br>
|
||||
<br>
|
||||
<!-- <A HREF="helpdesk.mail.html"> -->
|
||||
<A HREF="mailto:hdfhelp@ncsa.uiuc.edu">
|
||||
hdfhelp@ncsa.uiuc.edu</A>
|
||||
<BR> <H6>Last Modified: July 30, 1999</H6><BR>
|
||||
<!-- modified by Barbara Jones - bljones@ncsa.uiuc.edu -->
|
||||
</FONT>
|
||||
<BR>
|
||||
<!-- <A HREF="mailto:hdfhelp@ncsa.uiuc.edu"> -->
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user