位置: 编程技术 - 正文
推荐整理分享Linux系统中file命令的使用详解(linux file-nr),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:linux命令file的作用,linux file-nr,linux file-nr,linux中的file命令,linux中file命令的作用,linux file-nr,linux fileno,linux常用命令file,内容如对您有帮助,希望把文章链接给更多的朋友!
命令简介:
该命令用来识别文件类型,也可用来辨别一些文件的编码格式。它是通过查看文件的头部信息来获取文件类型,而不是像Windows通过扩展名来确定文件类型的。
执行权限 :All User
指令所在路径:/usr/bin/file
命令语法:复制代码代码如下:file [ -bchikLnNprsvz ] [ -f namefile ] [ -F separator ] [ -m magicfiles ] file ...
命令参数:
下表列出了部分常用的参数。
使用示例: 1:查看file命令的帮助信息
复制代码代码如下:[root@DB-Server ~]# file --helpUsage: file [OPTION]... [FILE]...Determine file type of FILEs.
-m, --magic-file LIST use LIST as a colon-separated list of magic number files -z, --uncompress try to look inside compressed files -b, --brief do not prepend filenames to output lines -c, --checking-printout print the parsed form of the magic file, use in conjunction with -m to debug a new magic file before installing it -f, --files-from FILE read the filenames to be examined from FILE -F, --separator string use string as separator instead of `:' -i, --mime output mime type strings -k, --keep-going don't stop at the first match -L, --dereference causes symlinks to be followed -n, --no-buffer do not buffer output -N, --no-pad do not pad output -p, --preserve-date preserve access times on files -r, --raw don't translate unprintable chars to ooo -s, --special-files treat special (block/char devices) files as ordinary ones --help display this help and exit --version output version information and exit当然你也可以使用 man file 获取更加详细的帮助文档信息。
2:不输出文件名称,只显示文件格式以及编码通过下面两个命令对时,就可以清晰的了解参数-b的作用。 复制代码代码如下:[root@DB-Server ~]# file Temp.txt Temp.txt: UTF-8 Unicode text, with very long lines, with CRLF line terminators[root@DB-Server ~]# file -b Temp.txtUTF-8 Unicode text, with very long lines, with CRLF line terminators3: 输出mime类型的字符串 复制代码代码如下:[root@DB-Server ~]# file -i Temp.txt Temp.txt: text/plain; charset=utf-8
4: 查看文件中的文件名的文件类型
这个参数非常适合shell脚本去查找、判别某种文件类型的数据。
你可以像下面这样使用 file 命令确定文件的类型。下面的截图显示了用 file 命令确定不同文件类型的例子。复制代码代码如下:tecmint@tecmint ~/Linux-Tricks $ dirBACKUP master.zipcrossroads-stable.tar.gz num.txtEDWARD-MAYA---NEW-REMIX.mp3 reggea.xspfLinux-Security-Optimization-Book.gif tmp-linktecmint@tecmint ~/Linux-Tricks $ file BACKUP/BACKUP/: directory tecmint@tecmint ~/Linux-Tricks $ file master.zip master.zip: Zip archive data, at least v1.0 to extracttecmint@tecmint ~/Linux-Tricks $ file crossroads-stable.tar.gzcrossroads-stable.tar.gz: gzip compressed data, from Unix, last modified: Tue Apr 5 :: tecmint@tecmint ~/Linux-Tricks $ file Linux-Security-Optimization-Book.gif Linux-Security-Optimization-Book.gif: GIF image data, version a, x tecmint@tecmint ~/Linux-Tricks $ file EDWARD-MAYA---NEW-REMIX.mp3 EDWARD-MAYA---NEW-REMIX.mp3: Audio file with ID3 version 2.3.0, contains: MPEG ADTS, layer III, v1, kbps, .1 kHz, JntStereotecmint@tecmint ~/Linux-Tricks $ file /dev/sda1/dev/sda1: block special tecmint@tecmint ~/Linux-Tricks $ file /dev/tty1/dev/tty1: character special
5:尝试去解读压缩文件的内容 复制代码代码如下:[root@DB-Server ~]# file -z Temp.txt.gz Temp.txt.gz: UTF-8 Unicode text, with very long lines, with CRLF line terminators (gzip compressed data, was "Temp.txt", from Unix, last modified: Tue Jun :: )[root@DB-Server ~]#
6: 查看软链接对应文件的文件类型
如下所示,创建一个软链接sfile,然后分别用file 和带参数的file -L查看复制代码代码如下:[root@DB-Server ~]# ln -s Temp.txt.gz sfile[root@DB-Server ~]# file sfile sfile: symbolic link to `Temp.txt.gz'[root@DB-Server ~]# file -L sfile sfile: gzip compressed data, was "Temp.txt", from Unix, last modified: Tue Jun :: [root@DB-Server ~]#
linux 打造man中文手册图解(man-pages-zh帮助页) 刚学习linux有一份中文帮助手册该是多好事情。linux自带的帮助尽管有多种语言,目前各种发行版的linux基本没有中文帮助手册。打造个适合自己中文手
Linux下时间设置的相关命令小结 在联网环境中,保持你Linux系统时间准确是一个好的习惯。Linux系统中有很多服务要求时间正确才能在联网条件下正常工作。让我们来看看你可以用来管
详解Linux系统中ls和dir命令的组合使用 ls或dir命令:列出当前目录的内容ls(list的缩写)命令可以列出当前目录的内容。dir命令是ls命令的一个别名,也是directory的缩写。通常列出的文件会以
标签: linux file-nr
本文链接地址:https://www.jiuchutong.com/biancheng/353278.html 转载请保留说明!友情链接: 武汉网站建设