Re: bash - pipe
- From: Antonio Macchi <antonio_macchi@xxxxxxxx>
- Date: Fri, 26 Sep 2008 14:05:22 +0200
>> -----> $ mkfifo /tmp/fifo <------
>>
$ echo 123 > /tmp/fifo & echo 456 > /tmp/fifo &
[1] 11408
[2] 11409
$ read -n3 < /tmp/fifo ; echo $REPLY
456
[1]- Done echo 123 >/tmp/fifo
[2]+ Done echo 456 >/tmp/fifo
Did you manage to create an ordinary file called /tmp/fifo?
what's your bash version?
.
- References:
- bash - pipe
- From: Antonio Macchi
- Re: bash - pipe
- From: Lawrence D'Oliveiro
- Re: bash - pipe
- From: Antonio Macchi
- Re: bash - pipe
- From: Lawrence D'Oliveiro
- bash - pipe
- Prev by Date: LightHTTd vs Apache
- Next by Date: Re: LightHTTd vs Apache
- Previous by thread: Re: bash - pipe
- Next by thread: error:0906D06C when trying to remove password form certificate
- Index(es):