Y
Hacker News
new
|
ask
|
show
|
jobs
by
andrewgilmartin
1285 days ago
If I had a nickel for every time I have used this pattern
... | perl -ne 'print "$1 $2 ...\n" if /some-regex-with-capture-groups/' | ...