help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fifo fd issue


From: Alex fxmbsw7 Ratchev
Subject: fifo fd issue
Date: Sat, 2 Oct 2021 12:36:04 +0200

i do like, mkfifo ser ; exec 3<>ser ;
all ok yet ?
awk .. <&3 >&3 &
i did with ser instead fd,3 with same results
then i printf >&3
then i mapfile -u 3 and say -n 1
in the read data, by mapfile or cat, the printf ed comes out, not the awk
processed

what can i do, besides trying not to use fd


reply via email to

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