xargs: optional support for -P NUM. Closes 9511
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 24 Aug 2017 11:23:54 +0000 (13:23 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 24 Aug 2017 11:23:54 +0000 (13:23 +0200)
commit14551b7036acf98f81d76674f351ce99148762c8
tree80e698dcc394bccd21a559ab007377c68df5bc41
parentb270be3fb3a905258e1b8ebb30a17ac175b684f1
xargs: optional support for -P NUM. Closes 9511

Based on patch by Johannes Schindelin <johannes.schindelin@gmx.de>

function                                             old     new   delta
xargs_exec                                             -     294    +294
packed_usage                                       31757   31772     +15
xargs_main                                           787     719     -68
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 1/1 up/down: 309/-68)           Total: 241 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
findutils/xargs.c