Re: [dev][ot]pipes

From: Cengiz Tas <cengztr_AT_googlemail.com>
Date: Thu, 4 Feb 2010 11:16:40 +0100

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 <anselm_AT_garbe.us> wrote:

> On 4 February 2010 09:52, Cengiz Tas <cengztr_AT_googlemail.com> 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
> sleep 1
> done | myapp
>
> Cheers,
> Anselm
>
>
Received on Thu Feb 04 2010 - 10:16:40 UTC

This archive was generated by hypermail 2.2.0 : Thu Feb 04 2010 - 10:24:02 UTC