linux

file命令能否识别linux压缩文件

小樊
83
2024-12-27 14:45:29
栏目: 智能运维

是的,file 命令可以识别 Linux 压缩文件

例如:

你可以使用 file 命令来识别这些压缩文件,例如:

file example.tar.gz

这将输出类似以下内容的信息:

example.tar.gz: gzip compressed data, was "example.tar", last modified: Tue Oct 12 15:11:02 2021, from Unix

0
看了该问题的人还看了