标签:log set col 压缩文件 之间 命令 使用 mime shell
Linux file命令用于辨识文件类型。
通过file指令,我们得以辨识该文件的类型。
file [-beLvz][-f <名称文件>][-m <魔法数字文件>...][文件或目录...]
参数:
显示文件类型:
[root@aliyun ~]# file show.log #显示文件类型 show.log: ASCII text [root@aliyun ~]# file -b show.log #隐藏文件名 ASCII text [root@aliyun ~]# file -i show.log #显示MIME类型 show.log: text/plain; charset=us-ascii [root@aliyun ~]# file -i -b show.log text/plain; charset=us-ascii [root@aliyun ~]# file size.log size.log: directory [root@aliyun ~]#
标签:log set col 压缩文件 之间 命令 使用 mime shell
原文地址:https://www.cnblogs.com/Tunan-Ki/p/11940209.html