In article <1415 at xn.LL.MIT.EDU> rkc at 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... --