📅  最后修改于: 2020-12-07 07:44:07             🧑  作者: Mango
file命令用于确定文件类型。它不关心文件扩展名。它仅使用文件命令并告诉我们文件类型。它有几种选择。
句法:
file
例:
file 1.png
在上面的快照中,您可以看到file命令以及不同的参数,并指定了它们的文件类型。
注意: File命令借助包含所有可识别文件类型的模式的魔术文件来告诉我们文件类型。魔术文件的路径是/ usr / share / file / magic。有关更多信息,请输入命令“ man 5 magic”。
Option | Function |
---|---|
file -s | Used for special files. |
file * | Used to list types of all the files. |
file /directory name/* | Used to list types of all the files from mentioned directory. |
file [range]* | It will list out all the files starting from the alphabet present within the given range. |