Hi, I use the following command to control gzip called by tar. GZIP=-n tar czf name.tar.gz name
But it shows the following warning. How to use alias or script to solve this problem? gzip: warning: GZIP environment variable is deprecated; use an alias or script If I don't want to use an alias or a script, is there a way to get rid of this warning? Thanks. -- Regards, Peng