mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
2f36ea99d4
Add H5Lvisit_by_name() API routine to library. Eliminated all (five!) other group traversal routines and changed them all to use the new API routine. Cleaned up output of h5ls & h5stat: - Issue error when requesting recursive traversal of a file with the "group info" flag, but no group given - Print info about root group in all(?) appropriate situations - Don't print "verbose" information about root group until the root group is in the list of objects to display (mostly because h5ls & h5stat had a different twist on traversing the groups in a file that the other utilities) Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Mac OS X/32 10.4.10 (amazon) in debug mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
30 lines
1.4 KiB
Plaintext
30 lines
1.4 KiB
Plaintext
#############################
|
|
output for 'h5ls -w80 -r -g tgroup.h5'
|
|
#############################
|
|
Error: 'recursive' option not compatible with 'group info' option!
|
|
|
|
usage: h5ls [OPTIONS] [OBJECTS...]
|
|
OPTIONS
|
|
-h, -?, --help Print a usage message and exit
|
|
-a, --address Print addresses for raw data
|
|
-d, --data Print the values of datasets
|
|
-e, --errors Show all HDF5 error reporting
|
|
-f, --full Print full path names instead of base names
|
|
-g, --group Show information about a group, not its contents
|
|
-l, --label Label members of compound datasets
|
|
-r, --recursive List all groups recursively, avoiding cycles
|
|
-s, --string Print 1-byte integer datasets as ASCII
|
|
-S, --simple Use a machine-readable output format
|
|
-wN, --width=N Set the number of columns of output
|
|
-v, --verbose Generate more verbose output
|
|
-V, --version Print version number and exit
|
|
--vfd=DRIVER Use the specified virtual file driver
|
|
-x, --hexdump Show raw data in hexadecimal format
|
|
|
|
OBJECTS
|
|
Each object consists of an HDF5 file name optionally followed by a
|
|
slash and an object name within the file (if no object is specified
|
|
within the file then the contents of the root group are displayed).
|
|
The file name may include a printf(3C) integer format such as
|
|
"%05d" to open a file family.
|