Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
andrewgilmartin
on Dec 15, 2022
|
parent
|
context
|
favorite
| on:
Tips for analyzing logs
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/' | ...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
... | perl -ne 'print "$1 $2 ...\n" if /some-regex-with-capture-groups/' | ...