James Devenish writes: > In message <courier.3EC45B3F.00003D70 at wasp.net.au> > on Fri, May 16, 2003 at 11:30:07AM +0800, David Buddrige wrote: >> grep "\\f$" *.htm > > I think you meant "\\f\W*$" I don't want lines that contain any character at all between the \f and the end of the line. cheers David.