find . -name '*.html' | parallel gzip --best
Generally, using it in places where you would normally use xargs seems uncomplicated.
Spoiler: You can have GNU Parallel kick the machines if the fail, and rerun the job on another machine.
find . -name '*.html' | parallel gzip --best
Generally, using it in places where you would normally use xargs seems uncomplicated.