Hacker News new | ask | show | jobs
by m463 1731 days ago
what about grep?
2 comments

Comes from the ed command ‘g/re/p’ (g: for each line matching; re: regular expression; p: print)
generalized regular expression processor ?