Re: [SLUG] Syslogd and klogd

From: Max F Lang (mflang@bellsouth.net)
Date: Thu May 13 2004 - 18:57:54 EDT


On Thursday 13 May 2004 18:14, Russell Hires wrote:
> > tail -f $PIPE | grep -v $SOUND_MESSAGE >> kern.log
> But isn't that going backwards? I want to take those messages
> and I want to redirect them to some other place (like /dev/null).

Then just

tail -f $PIPE | grep -v $SOUND_MESSAGE >> /dev/null

-----------------------------------------------------------------------
This list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS). Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 18:14:22 EDT