Hi, seq -w 0 9999 |parallel echo will run that many echo as many as input lines or something else, how it is ?
And this one seq -w 0 9999 |parallel -j N echo ? Thanks.
Hi, seq -w 0 9999 |parallel echo will run that many echo as many as input lines or something else, how it is ?
And this one seq -w 0 9999 |parallel -j N echo ? Thanks.