Hi, I know that I can use the following command?
gzip -c file > file.gz But when the name of the file is too long, the above command becomes inconvenient. I am wondering if there is a better way use gzip without deleting the original file. Regards, Peng
