Paulo Marcel Coelho Aragão

Authored Comments

I've just studied the parallel tutorial, and I have a final correction. There's no need to use --max-args=1, since that's the default behavior of parallel. So, the first example should be:

find . -name '*jpeg' | parallel convert {} {.}.png