Why can't you run it through "grep -v" or "head -15" thereby ignoring the lines you don't want?
-eric ----- Original Message ----- From: "Miguel M" <[EMAIL PROTECTED]> > Hi! > > How can I prevent the "xinetd based services" > to be displayed by "chkconfig --list"? > > I have some scripts which worked well under RHL6.2 > with the output of chkconfig, however the xinetd > section in RHL8 breaks the consistency of the > format and also my scripts :-( > > Thanks in advance, > > Miguel