|
|
|
|
|
by jwilk
3232 days ago
|
|
The name "grep" is unrelated to GNU. According to The Jargon File, the etymology is: 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 In fact, grep predates the GNU project by almost a decade. Also, it's the first time I hear about "GNU" regexps. |
|