当我尝试检查可执行文件的类型时,我总是得到这个:
symbolic link to <another_file>
然后我必须进一步挖掘并运行file <another_file>.
有时这可能需要 5 或 6 轮。我想知道是否有办法让文件递归地转到原始文件并告诉我文件类型。
指定-L
tofile
应该使其遵循符号链接。从手册页:
-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.
使用“file -L”跟随符号链接