Daniel Ganek
2008-04-11 19:41:09 UTC
I'm using named pipes in a bash script and I can't figure out how
to send an EOF so that the reader can exit.
I tried the obvious:
echo -e "\004" > mypipe
I also tried "rm mypipe"
Neither seems to generate an EOF
Anyone have any other ideas?
/dan
to send an EOF so that the reader can exit.
I tried the obvious:
echo -e "\004" > mypipe
I also tried "rm mypipe"
Neither seems to generate an EOF
Anyone have any other ideas?
/dan