Quick and Dirty Data Extraction in AWK

If you’ve never used Awk before, here’s a small introduction to it with a worked example.
Just waiting for the sed script that does the same now :)

2 thoughts on “Quick and Dirty Data Extraction in AWK

  1. Well, you probably could do it in sed, but there’s a reason both sed and awk are available, and that’s because they work well together and are fairly complementary. In fact, the best book, is the ORA sed & awk book. Of course everything you can do with them can be done with perl, so if you grok that, use perl instead, but for some of us old coots, perl is still a write-only language, so….

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>