I have been trying to use the GNU parallel for some time, but I could never get it to function at all!
For example, launch (in a non-empty directory!):
ls | parallel echo
It seems that it simply executes each argument as a command, which makes no sense.
I tried bash, zsh, tcsh, csh and sh, to no avail.
parallel-processing gnu xargs gnu-parallel
WaelJ May 08 '13 at 19:39 2013-05-08 19:39
source share