Re: [dwm] Why does this work

From: Petar Bogdanovic <p+lists_AT_2006.smokva.net>
Date: Fri, 25 Aug 2006 02:28:36 +0200

On Thu, Aug 24, 2006 at 07:14:18PM -0400, Ross Mohn wrote:
> Why does this loop break when you exit dwm?
>
> while true
> do
> echo `date` `uptime | sed 's/.*://; s/,//g'`
> sleep 1
> done | dwm

`broken pipe' resp. killed by SIGPIPE.
Received on Fri Aug 25 2006 - 02:29:09 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:30:29 UTC