Re: parallel treats input as a single token

2012-11-23 Thread Ole Tange
On Thu, Nov 22, 2012 at 4:22 PM, John wrote: > I have a bash script that expects three tokens that I'd like to push through > parallel. The problem I am experiencing is that when I cat a text file and > pipe it into parallel, the spaces in the tokens are not treated as such; they > are treated

Re: Combining --pipe and --shebang options

2012-11-23 Thread Ole Tange
On Mon, Nov 19, 2012 at 8:26 PM, Ole Tange wrote: > On Sun, Nov 18, 2012 at 3:13 PM, Ole Tange wrote: >> On Fri, Nov 16, 2012 at 2:13 PM, Michel Samia >> wrote: >> >>> is it possible to combine --shebang and --pipe options? : > Your idea would be useful for any script (Shell, Perl, Python) which