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 -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -