/tmp/file.txt
tar cvf 1.tar tmp
md5sum 1.tar
c32dc6f04ff02b371129dd4aa923cc12
rm 1.tar
cd tmp
touch test.txt
rm test.txt
cd ..
tar cvf 1.tar tmp
md5sum 1.tar
f9204f04ff02b300130ee4aa234aa78
i dont understand why these two check sums are different. how does adding a file and then removing it from the tmp directory create a "different" tar file?