Re: -0/--null behavior with --pipe

2018-04-24 Thread Jean-Baptiste Denis
--recstart and --recend are for --pipe. -d (and -0) is for normal use. OK. I'm not able to make it work : cat abc0-file | parallel --recend '\0' --pipe cat ABC$ I feel stupid. You can, however, combine them: seq 100 | parallel -0 -j3 --block 60k --round-robin --pipe echo This worker is

Re: -0/--null behavior with --pipe

2018-04-24 Thread Ole Tange
On Tue, Apr 24, 2018 at 3:45 PM, Jean-Baptiste Denis wrote: >> --recstart and --recend are for --pipe. -d (and -0) is for normal use. > > OK. I'm not able to make it work : > > cat abc0-file | parallel --recend '\0' --pipe cat > ABC$ This is exactly what I would expect: You have not given a --blo