support -n option
commit2470d063c10dc25daeedb31bcd77865da06d65fd
authorPierre Habouzit <madcoder@debian.org>
Wed, 22 Jul 2009 09:17:20 +0000 (22 11:17 +0200)
committerJoey Hess <joey@gnu.kitenet.net>
Sat, 25 Jul 2009 07:59:37 +0000 (25 09:59 +0200)
tree7708c601765b8bda9137fb52a6d825673776238d
parentf933ad5fa6a1a400426763576895f050da32ccbf
support -n option

This makes parallel stuff more than one argument to the subcommands.
It's very useful when subcommands are slow to start and are able to
process multiple files at once, that tasks are small but plenty.

For example:
    $ ./parallel -n 3 echo -- a b c d e f g h
    a b c
    d e f
    g h

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
parallel.c
parallel.docbook