parallel
[Top][All Lists]
Advanced

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

What should --pipe ::: do?


From: Ole Tange
Subject: What should --pipe ::: do?
Date: Thu, 23 Oct 2014 10:43:08 +0200

It is not really well defined how --pipe interacts with :::. The
current behaviour is undefined.

Without running these, explain what you would expect these would do:

  seq 23 | parallel -k --pipe -N2 cat\;echo {1}-{2} ::: a b c ::: A B C D E
  seq 23 | parallel -k --xapply --pipe -N2 cat\;echo {1}-{2} ::: a b c
::: A B C D E


/Ole



reply via email to

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