bug-bash
[Top][All Lists]
Advanced

[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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]