bug-parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

max-lines option does not work.


From: Martin Ward
Subject: max-lines option does not work.
Date: Wed, 23 Jun 2010 13:58:01 +0100
User-agent: KMail/1.12.4 (Linux/2.6.31.13-desktop-1mnb; KDE/4.3.5; x86_64; ; )

Example:

% range 1 10 | xargs --max-lines=5 echo
1 2 3 4 5
6 7 8 9 10

But:

% range 1 10 | parallel --max-lines=5 echo
1
2
3
4
5
6
7
8
9
10

-L and -l give the same result.

This is parallel 20100620 installed from source on Mandriva 2010.0
on an x86_64 Intel(R) Core(TM) i7 CPU

-- 
                        Martin

STRL Reader in Software Engineering and Royal Society Industry Fellow
address@hidden  http://www.cse.dmu.ac.uk/~mward/  Erdos number: 4
G.K.Chesterton web site: http://www.cse.dmu.ac.uk/~mward/gkc/
Mirrors:  http://www.gkc.org.uk  and  http://www.gkc.org.uk/gkc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]