Hacker News new | ask | show | jobs
by sprynr 1870 days ago
Awk is nice when I need something more complex than just a straight up 'grep' (And has support for both basic and Perl regex) but I really think that sed is the best solution for almost all of the examples in just because of its readability vs standard regex and its power with streams.
1 comments

Which flavor of awk supports perl regex? Gawk certainly doesn't
Oops sorry I was referencing grep not awk