linux - resolve all symbolic links -
i have following structure
-> b
b -> c
c -> d
d -> e
(a symlink b, b symilnk c , on)
do tool in linux can resolve links till actual file found.
eg resolve a
should directly print e
on linux, trick:
readlink -f
Comments
Post a Comment