Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
gunzip 将解压缩 gz 文件并显示结果
是否有任何选项可以获取压缩为 .gz 文件的文件/文件名列表
eg:sample.gz 包含2个文件
file1.txt abc
file2.txt 定义
gunzip -c sample.gz o/p:abc def
但我需要文件名。
提前致谢。
您可以使用gunzip -l选项来查看将被解压缩的文件的名称。
gunzip -l