[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: does parallel handle --null and --block correctly?
From: |
Ecks Hecker |
Subject: |
Re: does parallel handle --null and --block correctly? |
Date: |
Thu, 14 Mar 2024 10:37:03 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 |
Am 12.03.2024 um 21:00 schrieb Ecks Hecker:
> Here is an example where -d is used with --pipe:
>
> $ seq 330000 | parallel --tag --pipe -d , wc {} ::: -l,-w,-c
> -l 165668
> -c 101752
> -w 149796
>
> In other words: It is not a bug. Instead it is a feature of limited use.
Oh, stupid me ... ;-)
I finally got it. thx a lot!
/Ecks