;.Z; ; ;compress -d -c %s;T_REG|T_ASCII;O_UNCOMPRESS;UNCOMPRESS ; ; ;.Z;compress -c %s;T_REG;O_COMPRESS;COMPRESS ;.gz; ; ;gzip -cd %s;T_REG|T_ASCII;O_UNCOMPRESS;GUNZIP ; ; ;.gz;gzip -9 -c %s;T_REG;O_COMPRESS;GZIP ; ; ;.tar;tar -c -f - %s;T_REG|T_DIR;O_TAR;TAR # Add those two lines only if you have a tar # that supports the -Z and -z options: # ; ; ;.tar.Z;tar -c -Z -f - %s;T_REG|T_DIR;O_COMPRESS|O_TAR;TAR+COMPRESS # ; ; ;.tar.gz;tar -c -z -f - %s;T_REG|T_DIR;O_COMPRESS|O_TAR;TAR+GZIP