mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-25 23:47:53 +00:00
parallel: Speedup of arg processing.
Removing dead code.
This commit is contained in:
parent
8865cbb10f
commit
364c394df2
817
src/parallel
817
src/parallel
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue