[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug in bash
From: |
Andreas Kähäri |
Subject: |
Re: bug in bash |
Date: |
Sun, 12 May 2024 10:10:05 +0200 |
On Sun, May 12, 2024 at 03:55:21AM +0200, Quốc Trị Đỗ wrote:
> Hi,
>
> I found a bug when i tried with syntax <(cmd). this is an example
> cat <(wc -l) < bk
>
> You can follow this command, then you have bugs. I think because you
> created a fork getting inside in the parenthesis and the main process do <
> bk. They work parallel. Because of that, yeah.
> At least, I tried this here on this campus, at 42Heilbronn - Germany.
>
> How to fix it? It doesn't last that long. After a while, it will show "wc:
> stdin: read: Input/output error". Or we can ctrl C.
> Version 5.2
>
> Kind regards
> Quoc Tri do
What was it that you intended to do when you composed that command?
--
Andreas (Kusalananda) Kähäri
Uppsala, Sweden
.
- bug in bash, Quốc Trị Đỗ, 2024/05/12
- Re: bug in bash,
Andreas Kähäri <=
- Re: bug in bash, Kerin Millar, 2024/05/12
- Re: bug in bash, Greg Wooledge, 2024/05/12
- Re: bug in bash, Andreas Schwab, 2024/05/12
- Re: bug in bash, Oğuz, 2024/05/12
- Re: bug in bash, Chet Ramey, 2024/05/13
- Re: bug in bash, Oğuz, 2024/05/13
- Re: bug in bash, Chet Ramey, 2024/05/14
- Re: bug in bash, Andreas Schwab, 2024/05/14