| Introduction to HDF5 HDF5 User Guide Other HDF5 documents and links | And in this document, the 
HDF5 Reference Manual H5 H5A H5D H5E H5F H5G H5I H5P H5R H5RA H5S H5T H5Z Tools | 
These tools enable the user to examine HDF5 files interactively.
h5dump
        [-h]
        [-bb]
        [-header] 
        [-a names]
        [-d names]
        [-g names]
        [-l names]
        [-t names] 
        file
h5dump enables the user to interactively examine 
        the contents of an HDF5 file and dump those contents, 
        in human readable form, to an ASCII file.
        
        h5dump displays HDF5 file content on 
        standard output.  It may display the content of the 
        whole HDF5 file or selected objects, which can be groups, 
        datasets, links, attributes, or data types. 
        
        The -header option displays object 
        header information only.
        
        Names are the absolute names of the objects. 
        h5dump displays objects in the order same as the
        command order.  If a name does not start with a slash, 
        h5dump begins searching for the specified object 
        starting at the root group.
        
        If an object is hard linked with multiple names, 
        h5dump displays the content of the object in the
        first occurrence. Only the link information is displayed in 
        later occurrences.
        
        h5dump assigns a name for any unnamed data type in
        the form of #oid1:oid2,
        where oid1 and oid2 are the object identifiers
        assigned by the library. The unnamed types are displayed within
        the root group.
        
        Data types are displayed with standard type names. For example,
        if a data set is created with H5T_NATIVE_INT type
        and the standard type name for integer on that machine is
        H5T_STD_I32BE, h5dump displays
        H5T_STD_I32BE as the type of the data set.            
        
        The h5dump output is described in detail in the
        DDL for HDF5, the 
        Data Description Language document. 
-h
            -bb
            -header
            -a names
            -d names
            -g names
            -l names
            -t names
            h5dump displays the
        following information:
        h5ls
        [options]
        file 
        [objects...]
h5ls prints selected information about file objects 
        in the specified format.
-h   or   -?   or   --help
            -d   or   --dump
            -wN   or   --width=N
            -v   or   --verbose
            -V   or   --version
            %%05d to open a file family.
        h5repart
        [-v] 
        [-V] 
        [-[b|m]N[g|m|k]]
        source_file
        dest_file
h5repart splits a single file into a family of 
        files, joins a family of files into a single file, or copies 
        one family of files to another while changing the size of the 
        family members.  h5repart can also be used to 
        copy a single file to a single file with holes.
        
        Sizes associated with the -b and -m 
        options may be suffixed with g for gigabytes, 
        m for megabytes, or k for kilobytes.
        
        File family names include an integer printf 
        format such as %d.
-v
            -V
            -bN
            -mN
            | Introduction to HDF5 HDF5 User Guide Other HDF5 documents and links | And in this document, the 
HDF5 Reference Manual H5 H5A H5D H5E H5F H5G H5I H5P H5R H5RA H5S H5T H5Z Tools |