mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r2655] Purpose:
Small bug fix (see bug report 528) Description: Added another example us using the h5dumper to dump an attribute from the root group.
This commit is contained in:
parent
1c90281db5
commit
4f5328967e
@ -176,6 +176,11 @@ These tools enable the user to examine HDF5 files interactively.
|
||||
<blockquote>
|
||||
<code>h5dump -a /GroupFoo/GroupBar/Fnord/metadata quux.h5</code>
|
||||
</blockquote></li>
|
||||
<li>Dumping the attribute <code>metadata</code> which is an
|
||||
attribute of the root group in the file <code>quux.h5</code>:
|
||||
<blockquote>
|
||||
<code>h5dump -a /metadata quux.h5</code>
|
||||
</blockquote></li>
|
||||
</ol>
|
||||
<dt><strong>Current Status:</strong>
|
||||
<dd>The current version of <code>h5dump</code> displays the
|
||||
|
Loading…
Reference in New Issue
Block a user