Peng Yu <pengyu...@gmail.com> ha escrit: > I don't see how to supply the -n option to gzip when calling tar with > 'czf'. Does anybody know if there is a way to do so?
Use the GZIP environment variable, e.g.: GZIP=-n tar cfz file.tar.gz . Regards, Sergey