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
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
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