Tue, 14 Nov 2006, by [EMAIL PROTECTED]:

> On 2006-11-14 01:59, houghi wrote:
> >
> > With fifo you will only get a new signature when there is a request.
> >
> >   
> OK, this is what I cannot figure out how to do.

Very simply put:
$ mkfifo sig

$ l sig
prw-r--r--  1 theo users 0 Nov 14 22:29 sig|

$ while  [ 1 ];do uptime >sig;done &

$ read sigline < sig

$ echo $sigline
10:31pm up 3:44, 5 users, load average: 0.05, 0.22, 0.16

Every time you read from sig you get an updated line, or lines if
you feed more in the fifo.

Theo
-- 
Theo v. Werkhoven    Registered Linux user# 99872 http://counter.li.org
ICBM 52 13 26N , 4 29 47E.     +      ICQ: 277217131
SUSE 9.2                       +   Jabber: [EMAIL PROTECTED]
Kernel 2.6.8                   +   See headers for PGP/GPG info.
Claimer: any email I receive will become my property. Disclaimers do not apply.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to