Scroll to navigation

h5ls(1) General Commands Manual h5ls(1)

NAME

h5ls - Prints information about a file or dataset.

SYNOPSIS

h5ls [OPTIONS] file [OBJECTS...]

DESCRIPTION

h5ls prints selected information about file objects in the specified format.

OPTIONS

or -? or --help Print a usage message and exit.
or --address Print addresses for raw data.
or --data Print the values of datasets.
or --errors Show all HDF5 error reporting.
or --full Print full path names instead of base names.
or --group Show information about a group, not its contents.
or --label Label members of compound datasets.
or --recursive List all groups recursively, avoiding cycles.
or --string Print 1-bytes integer datasets as ASCII.
or --simple Use a machine-readable output format.
or --width=N Set the number of columns of output.
or --verbose Generate more verbose output.
or --version Print version number and exit.
or --hexdump Show raw data in hexadecimal format.
The file name may include a printf(3C) integer format such as %%05d to open a file family.
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.

SEE ALSO

h5dump(1), h5diff(1), h5repart(1), h5import(1), gif2h5(1), h52gif(1), h5perf(1)