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

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

html - Accumulated Depreciation of Assets on php -

#1062 - Duplicate entry '' for key 'unique_id' When Trying to add UNIQUE KEY (MySQL) -