I have a 1.2Meg file that I want to gzip before transferring.. So I do gzip filename. The output is 20 bytes !!!! I gzip -d the same file... 0Bytes. I lost my file.
I did another test, this time on a copy of a 300KB file, gziped ok to 28k and gzip -d fine.
I did another test, this time on a copy of a 300KB file, gziped ok to 28k and gzip -d fine.
Any ideas ?