Xref: utzoo comp.unix.questions:8162 comp.unix.wizards:9834 Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!umd5!cvl!arensb From: arensb@cvl.umd.edu (Andrew Arensburger) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: cgrep (context-grep) Keywords: grep Message-ID: <2985@cvl.umd.edu> Date: 13 Jul 88 19:09:42 GMT Reply-To: arensb@lemuria.UUCP (Andrew Arensburger) Distribution: na Organization: Center for Automation Research, Univ. of Md. Lines: 8 I'm thinking of writing a utility called cgrep, which works just like grep, but instead of writing out just the line on which the pattern was found, would write out a couple of lines surrounding the line in question. Has anyone implemented this, or am I going to have to write it? /AA/