Shell script: GZIP every TAR in parallel
ls *.tar | parallel gzip
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow
ls *.tar | parallel gzip