[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug in bash
From: |
Quốc Trị Đỗ |
Subject: |
bug in bash |
Date: |
Sun, 12 May 2024 03:55:21 +0200 |
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
- bug in bash,
Quốc Trị Đỗ <=
- Re: bug in bash, Andreas Kähäri, 2024/05/12
- 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