Re: [dev][ot]pipes

2010-02-04 Thread Cengiz Tas
Hi Anselm, thank you very much. I couldn't see the wood for the trees. ;) Cheers, Cengiz On Thu, Feb 4, 2010 at 11:00 AM, Anselm R Garbe wrote: > On 4 February 2010 09:52, Cengiz Tas wrote: > > Hi.. > > > > actually I'm working on a small suckless app displaying a string from > stdin > > on a

Re: [dev][ot]pipes

2010-02-04 Thread Anselm R Garbe
On 4 February 2010 09:52, Cengiz Tas wrote: > Hi.. > > actually I'm working on a small suckless app displaying a string from stdin > on a fullscreen X Window in the style of an screensaver/conky. > > e.g. to display a clock > > date '+%T' | figlet | myapp while : do date '+%T' | figlet sl

[dev][ot]pipes

2010-02-04 Thread Cengiz Tas
Hi.. actually I'm working on a small suckless app displaying a string from stdin on a fullscreen X Window in the style of an screensaver/conky. e.g. to display a clock date '+%T' | figlet | myapp Unfortunately I couldn't manage reading from stdin more than one time. How can I read from stdin se