Support follow symbolic links.
Description:
Merged from hdf5 trunk r18943.
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
9 lines
413 B
Plaintext
9 lines
413 B
Plaintext
#############################
|
|
output for 'h5ls --follow-symlinks -r tsoftlinks.h5/group1'
|
|
#############################
|
|
/soft_dangle Soft Link {not_yet} {**NOT FOUND**}
|
|
/soft_dset1 Soft Link {/dset1} {Dataset {4, 2}}
|
|
/soft_dset2 Soft Link {/dset2} {Dataset {4, 2}}
|
|
/soft_dtype Soft Link {/dtype} {Type}
|
|
/soft_empty_grp Soft Link {/group_empty} {Group}
|