diff options
Diffstat (limited to 'doc/html/Tutor/util.html')
-rw-r--r-- | doc/html/Tutor/util.html | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/doc/html/Tutor/util.html b/doc/html/Tutor/util.html deleted file mode 100644 index 7397029..0000000 --- a/doc/html/Tutor/util.html +++ /dev/null @@ -1,85 +0,0 @@ -<HTML><HEAD> -<TITLE>HDF5 Tutorial - Utilities (h5dump, h5ls) -</TITLE> -</HEAD> - -<body bgcolor="#ffffff"> - -<!-- BEGIN MAIN BODY --> - - - [ <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="footer-ncsalogo.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> -<BR> <H6>Last Modified: June 22, 2001</H6><BR> -<!-- modified by Barbara Jones - bljones@ncsa.uiuc.edu --> -</FONT> -<BR> -<!-- <A HREF="mailto:hdfhelp@ncsa.uiuc.edu"> --> - -</BODY> -</HTML> - |