Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: Notesfiles; site uicsl.UUCP Path: utzoo!watmath!clyde!burl!mgnetp!ihnp4!inuxc!pur-ee!uiucdcs!uicsl!sarwate From: sarwate@uicsl.UUCP Newsgroups: net.unix-wizards Subject: Re: Origin of the name grep - (nf) Message-ID: <11300001@uicsl.UUCP> Date: Mon, 27-Aug-84 12:44:00 EDT Article-I.D.: uicsl.11300001 Posted: Mon Aug 27 12:44:00 1984 Date-Received: Wed, 29-Aug-84 05:34:07 EDT References: <1641@pegasus.UUCP> Lines: 8 Nf-ID: #R:pegasus:-164100:uicsl:11300001:000:259 Nf-From: uicsl!sarwate Aug 27 11:44:00 1984 #R:pegasus:-164100:uicsl:11300001:000:259 uicsl!sarwate Aug 27 11:44:00 1984 grep stands for g/re/p which is an ed command to print all lines matching the thing within the /'s. re means regular expression in this context. Reference: B. W. Kernighan, "Advanced Editing on UNIX", p. 15, in UNIX Programmer's Manual, vol. 2A, Jan. 1979.