mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
233319898d
New Feature. (Contributed by Robb) Description: Allow h5ls to specify a VFL with the '--vfl=' command line flag. Add MPI-I/O & MPI-POSIX VFL drivers to list of drivers available for h5ls and h5dump. Platforms tested: FreeBSD 4.9 (sleipnir) w/parallel h5committested
28 lines
1.3 KiB
Plaintext
28 lines
1.3 KiB
Plaintext
#############################
|
|
output for 'h5ls -w80 -h'
|
|
#############################
|
|
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.
|