Please assume, we execute gzip
or gunzip
on a relatively large text file (>1GB) or files as such within a directory. During the process, either mistakenly or intentionally the process is killed.
Is there any risk that the original content of the files is damaged? If so, is there an advisable practice for executing gzip
/gunzip
differently, e.g. with certain options, or do we need to wait until gzip
/gunzip
finalises its execution?