|
|
|
|
|
by wingless
3459 days ago
|
|
Am I the only person who finds GNU parallel way too complicated? I tried to perform a very easy parallel task with it and spent hours reading the documentation and various tutorials. If a person with Unix command-line skills can't easily pick it up, what's the point of having it? |
|
find . -name '*.html' | parallel gzip --best
Generally, using it in places where you would normally use xargs seems uncomplicated.