1h5ls(1) General Commands Manual h5ls(1)
2
3
4
6 h5ls - Prints information about a file or dataset.
7
9 h5ls [OPTIONS] file [OBJECTS...]
10
12 h5ls prints selected information about file objects in the specified
13 format.
14
16 -h or -? or --help Print a usage message and exit.
17
18 -a or --address Print addresses for raw data.
19
20 -d or --data Print the values of datasets.
21
22 -e or --errors Show all HDF5 error reporting.
23
24 -f or --full Print full path names instead of base names.
25
26 -g or --group Show information about a group, not its contents.
27
28 -l or --label Label members of compound datasets.
29
30 -r or --recursive List all groups recursively, avoiding cycles.
31
32 -s or --string Print 1-bytes integer datasets as ASCII.
33
34 -S or --simple Use a machine-readable output format.
35
36 -wN or --width=N Set the number of columns of output.
37
38 -v or --verbose Generate more verbose output.
39
40 -V or --version Print version number and exit.
41
42 -x or --hexdump Show raw data in hexadecimal format.
43
44 file The file name may include a printf(3C) integer format such as
45 %%05d to open a file family.
46
47 objects
48 Each object consists of an HDF5 file name optionally followed by
49 a slash and an object name within the file (if no object is
50 specified within the file then the contents of the root group
51 are displayed). The file name may include a printf(3C) integer
52 format such as "%05d" to open a file family.
53
55 h5dump(1), h5diff(1), h5repart(1), h5import(1), gif2h5(1), h52gif(1),
56 h5perf(1)
57
58
59
60 h5ls(1)