parallel: Speedup of arg processing.

Removing dead code.
This commit is contained in:
Ole Tange 2010-11-23 01:40:50 +01:00
parent 8865cbb10f
commit 364c394df2
2 changed files with 164 additions and 659 deletions

File diff suppressed because it is too large Load diff

View file

@ -70,8 +70,8 @@ y
### -i -s26 -0 echo from \{\} to x{}y < items-0.xi ### -i -s26 -0 echo from \{\} to x{}y < items-0.xi
xargs: argument list too long xargs: argument list too long
from one to xoney from one to xoney
Command line too long (42 >= 26) at number 2: \ \ \ \ \ ' Command line too long (42 >= 26) at number 2:
'... ...
### -l -0 echo < ldata-0.xi ### -l -0 echo < ldata-0.xi
1 22 333 4444 1 22 333 4444
55555 666666 55555 666666
@ -965,7 +965,7 @@ from: can't read /var/mail/{}
### -i -s26 echo from \{\} to x{}y < items.xi ### -i -s26 echo from \{\} to x{}y < items.xi
xargs: argument list too long xargs: argument list too long
from dumb to xdumby from dumb to xdumby
Command line too long (36 >= 26) at number 1: \ \ \ \ \ ... Command line too long (36 >= 26) at number 1: ...
### -i__ echo FIRST __ IS OK < quotes.xi ### -i__ echo FIRST __ IS OK < quotes.xi
FIRST this is IS OK FIRST this is IS OK
FIRST quoted stuff IS OK FIRST quoted stuff IS OK