Shell script: GZIP every TAR in parallel

gzip_all_tars.sh
ls *.tar | parallel gzip

Check out similar posts by category: Linux