Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!apple!motcsd!hpda!hpcupt1!hpirs!runyan From: runyan@hpirs.HP.COM (Mark Runyan) Newsgroups: comp.unix.questions Subject: Re: grep Message-ID: <4750023@hpirs.HP.COM> Date: 16 Jun 89 14:57:40 GMT References: <19983@adm.BRL.MIL> Organization: HP GSY/USO/UKL Cupertino, CA, USA Lines: 11 >/ zuro@ccf3.nrl.navy.mil / 4:44 am Jun 13, 1989 / > > I believe that grep translates to "global regular expression print". From _The_Unix_Programming_Environment_ by Brian Kernighan and Rob Pike: p 18 "...The name cames from the ed command g/regular-expression/p,..." This may not be the right answer, but it *is* documented. :-)