hdf5/tools/testfiles/tsoftlinks-1.ls
Jonathan Kim 1a02e37f16 [svn-r18943] Purpose:
Support follow symbolic links.

Description:
    Add '--follow-symlinks' option to follow symbolic links (soft and external).
    Update help page according to RM.
    Remove some warning messages from compiler.

Tested:
    jam, amani and linew
2010-06-02 10:13:13 -05:00

14 lines
567 B
Plaintext

#############################
output for 'h5ls --follow-symlinks tsoftlinks.h5'
#############################
dset1 Dataset {4, 2}
dset2 Dataset {4, 2}
dtype Type
group1 Group
group_empty Group
soft_dangle Soft Link {not_yet} {**NOT FOUND**}
soft_dset1 Soft Link {/dset1} {Dataset {4, 2}}
soft_dtype Soft Link {/dtype} {Type}
soft_empty_grp Soft Link {/group_empty} {Group}
soft_group1 Soft Link {/group1} {Group}