[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fifo
From: |
MrOba |
Subject: |
Re: fifo |
Date: |
Thu, 6 Jun 2013 01:56:59 -0700 (PDT) |
thanks for the feedback.
I'm trying but something is not working..
>From octave I create the fifo
octave:9> mkfifo("tfifo", base2dec("666",8))
ans = 0
the file is there..
prw-r--r-- 1 oba oba 0 Jun 6 08:49 tfifo
I try to open it with
octave:11> fid = fopen("tfifo", "w")
as result I have nothing.. no prompt, just the cursor.. I have to quit
octave with CTRL-C.
any idea about what's wrong?
--
View this message in context:
http://octave.1599824.n4.nabble.com/fifo-tp4653744p4653777.html
Sent from the Octave - General mailing list archive at Nabble.com.
- fifo, MrOba, 2013/06/05
- Re: fifo, Mike Miller, 2013/06/05
- Re: fifo,
MrOba <=
- Re: fifo, MrOba, 2013/06/06
- Re: fifo, Mike Miller, 2013/06/06
- Re: fifo, MrOba, 2013/06/07
- Re: fifo, MrOba, 2013/06/07
- Re: fifo, Mike Miller, 2013/06/07