【发布时间】:2012-11-29 02:32:43
【问题描述】:
在我的简短测试中,情况确实如此,但我想知道是否可以依赖该属性。
无论file1和file2的内容如何,file3是否总是等于file4?
cat file1 file2 > file3
gzip file1
gzip file2
cat file1.gz file2.gz | gunzip - > file4
# Are file3 and file4 necessarily the same?
【问题讨论】:
标签: linux bash shell unix gzip