Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

h5ls(1) [debian man page]

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

Check Out this Related Man Page

H5COPY:(1)							   User Commands							H5COPY:(1)

NAME
h5copy: - Copies HDF5 objects from a file to a new file DESCRIPTION
usage: h5copy [OPTIONS] [OBJECTS...] OBJECTS -i, --input input file name -o, --output output file name -s, --source source object name -d, --destination destination object name OPTIONS -h, --help Print a usage message and exit -p, --parents No error if existing, make parent groups as needed -v, --verbose Print information about OBJECTS and OPTIONS -V, --version Print version number and exit -f, --flag Flag type Flag type is one of the following strings: shallow Copy only immediate members for groups soft Expand soft links into new objects ext Expand external links into new objects ref Copy references and any referenced objects, i.e., objects that the references point to. Referenced objects are copied in addition to the objects specified on the command line and reference datasets are populated with correct reference values. Copies of referenced datasets out- side the copy range specified on the command line will normally have a different name from the original. (Default:Without this option, reference value(s) in any reference datasets are set to NULL and referenced objects are not copied unless they are otherwise within the copy range specified on the command line.) noattr Copy object without copying attributes allflags Switches all flags from the default to the non-default setting These flag types correspond to the following API symbols H5O_COPY_SHALLOW_HIERARCHY_FLAG H5O_COPY_EXPAND_SOFT_LINK_FLAG H5O_COPY_EXPAND_EXT_LINK_FLAG H5O_COPY_EXPAND_REFERENCE_FLAG H5O_COPY_WITHOUT_ATTR_FLAG H5O_COPY_ALL SEE ALSO
The full documentation for h5copy: is maintained as a Texinfo manual. If the info and h5copy: programs are properly installed at your site, the command info h5copy: should give you access to the complete manual. h5copy: Version 1.8.7 August 2011 H5COPY:(1)
Man Page