The letters grep indicate "Globally search for a Regular Expression and
Print." In standard Unix system editors, the notation is g/re/p where re is
a regular expression. The simplest regular expression is a string of
characters where every character matches itself. More complicated regular
expressions can match any character, any one of a set of characters, or the
beginning or end of a line. Although Celtic influence on the Unix system
predominates over Hebraic, greptz means "belch" in Yiddish. Output from the
grep program looks remarkably similar.
Related:
grep /grep/ vi.
[from the qed/ed editor idiom g/re/p
where re stands for a regular expression, to Globally search
for the Regular Expression and Print the lines containing matches
to it, via Unix grep(1)] To rapidly scan a file or set
of files looking for a particular string or pattern (when browsing
through a large set of files, one may speak of `grepping
around')....
grep: /grep/ [from the qed/ed editor idiom g/re/p where
re stands for a regular expression, to Globally search for the
Regular Expression and Print the lines containing matches to it,
via {{UNIX}} `grep(1)'] vt....