mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-01 16:28:09 +08:00
reorganization. Description: move the h5stat tool into its own directory. Platform tested: kagiso.
25 lines
875 B
Plaintext
25 lines
875 B
Plaintext
#############################
|
|
Expected output for 'h5stat --help'
|
|
#############################
|
|
|
|
This tool is under development. For detailed information
|
|
please see the specification document at
|
|
http://hdf.ncsa.uiuc.edu/RFC/h5stat/h5stat-spec.pdf
|
|
|
|
Please send your comments and questions to help@hdfgroup.org
|
|
|
|
Usage: h5stat [OPTIONS] file
|
|
|
|
OPTIONS
|
|
-h, --help Print a usage message and exit
|
|
-V, --version Print version number and exit
|
|
-f, --file Print file information
|
|
-F, --filemetadata Print file metadata
|
|
-g, --group Print group information
|
|
-G, --groupmetadata Print group metadata
|
|
-d, --dset Print dataset information
|
|
-D, --dsetmetadata Print dataset metadata
|
|
-T, --dtypemetadata Print datatype metadata
|
|
-A, --attribute Print attribute information
|
|
|