Tagged Questions
4
votes
2answers
470 views
Why does the gzip version of files produce a different md5 checksum
I have four files that I created using an svndump
test.svn
test2.svn
test.svn.gz
test2.svn.gz
now when i run this
md5sum test2.svn test.svn test.svn.gz test2.svn.gz
Here is the output
...