mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-15 07:40:23 +08:00
1a02e37f16
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
14 lines
567 B
Plaintext
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}
|