Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下结构 A -> B B -> C C -> D D -> E (A是到B的符号链接,B是到C的符号链接等等)
我在 linux 中是否有任何工具可以解析所有链接,直到找到实际文件。 egresolve A应该直接打印E
resolve A
在 Linux 上,这可以解决问题:
readlink -f A