On Fri, 21 Jan 2005 12:44:00 +0100, Per Jessen wrote: >>How to I suppress the "x," lines from the outfile? I have included an >>example of the output and my analog.cfg. I have set GENERAL OFF, but I >>still have a few "x," lines remaining. > >sed <outfile -e 's/^x,//'
Apologies, what you really want is: grep -v '^x,' <outfile /Per Jessen, Zurich -- http://www.spamchek.com/freetrial - sign up for your 30-day free trial! +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------

