Ole Tange <ole <at> tange.dk> writes:
> On Tue, Sep 25, 2012 at 6:15 PM, Dirk Eddelbuettel <edd <at> debian.org> 
> > Any idea?
> 
> Count your colons.

Fails either way:

edd@max:/tmp/parallel/dataSerial$ ls -l
total 19696
-rw-rw-r-- 1 edd edd 4027062 Sep 25 06:47 A.txt
-rw-rw-r-- 1 edd edd 4032566 Sep 25 06:47 B.txt
-rw-rw-r-- 1 edd edd 4037271 Sep 25 06:47 C.txt
-rw-rw-r-- 1 edd edd 4028490 Sep 25 06:47 D.txt
-rw-rw-r-- 1 edd edd 4033697 Sep 25 06:47 E.txt
edd@max:/tmp/parallel/dataSerial$ parallel wc ::: A.txt B.txt 
parallel: Input is read from the terminal. Only experts do this on purpose.\
Press CTRL-D to exit.
^C
edd@max:/tmp/parallel/dataSerial$ parallel wc :: A.txt B.txt  
parallel: Input is read from the terminal. Only experts do this on purpose.\
Press CTRL-D to exit.
^C
edd@max:/tmp/parallel/dataSerial$ 




Reply via email to