Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!aramis.rutgers.edu!athos.rutgers.edu!mende From: mende@athos.rutgers.edu (Bob Mende Pie) Newsgroups: comp.unix.questions Subject: Re: sed ? question Message-ID: Date: 25 May 89 22:16:14 GMT References: <1415@xn.LL.MIT.EDU> Organization: Yows `R' us Lines: 10 In article <1415@xn.LL.MIT.EDU> rkc@XN.LL.MIT.EDU (rkc) writes: > I have an application where I want to run a file through cpp and then > strip that file of all the nasties that cpp generates, namely: > 2. The many blank lines. to do this I use egrep -v '^$' /Bob... --