|
|
|
|
|
by tyingq
3459 days ago
|
|
There do seem to be some very complex use cases. On the other hand, their example of parallel gzip of files seems straightforward: find . -name '*.html' | parallel gzip --best Generally, using it in places where you would normally use xargs seems uncomplicated. |
|