Grep is a command-line utility for searching plain-text data sets for lines matching a regular expression. Grep was originally developed for the Unix operating system, but is available today for all Unix-like systems. Its name comes from the ed command g/re/p (g```lobally search a`` regular expression`` and p`rint``), which has the same ... Found on http://en.wikipedia.org/wiki/Grep
Grep (Global Regular Expression and Print) is an originally Unix, now widely available computer program that evolved from the Unix editor 'Ed'. Grep searches a named input file or files (or standard input if no files are named) for lines containing a match to a given pattern. Found on http://www.probertencyclopaedia.com/browse/GG.HTM