当我尝试检查可执行文件的类型时,我总是得到这个:
symbolic link to <another_file>
然后我必须进一步挖掘并运行file <another_file>.
有时这可能需要5到6轮。我想知道是否有办法让文件以递归方式转到原始文件并告诉我文件类型。
答案 0 :(得分:2)
指定-L
到file
会使其符合符号链接。来自man page:
-L, --dereference
option causes symlinks to be followed, as the like-named option
in ls(1) (on systems that support symbolic links). This is the
default if the environment variable POSIXLY_CORRECT is defined.
答案 1 :(得分:0)
使用“file -L”跟随符号链接