3

当我尝试检查可执行文件的类型时,我总是得到这个:

symbolic link to <another_file> 

然后我必须进一步挖掘并运行file <another_file>.有时这可能需要 5 或 6 轮。我想知道是否有办法让文件递归地转到原始文件并告诉我文件类型。

4

2 回答 2

2

指定-Ltofile应该使其遵循符号链接。从手册页

   -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.
于 2013-07-15T05:42:09.183 回答
0

使用“file -L”跟随符号链接

于 2013-07-15T05:42:31.040 回答