Y
Hacker News
new
|
ask
|
show
|
jobs
by
m463
1731 days ago
what about grep?
2 comments
gnubison
1730 days ago
Comes from the ed command ‘g/re/p’ (g: for each line matching; re: regular expression; p: print)
link
jjtheblunt
1731 days ago
generalized regular expression processor ?
link