On Thu Oct 31 2002 at 19:43, Michael Schwendt wrote:

> On Thu, 31 Oct 2002 13:21:19 -0500 (EST), [EMAIL PROTECTED] wrote:
> 
> > =>chkconfig --list |grep -v "xinetd b\|^[^a-z]"
> > =>
> > Grep is the wrong way to go. You don't want to remove just one line.
> > You want to remove all lines including and after "xinetd based
> > services:".
> 
> Surprise, surprise! ;) Above line does that.

So does this:

        chkconfig --list | grep 3:o

(which is a lot cleaner).

Cheers
Tony




Reply via email to