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
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
Holy Shmoly! is Stephen Fry proof thanks to caching by WP Super Cache
2 Comments
DaveP (19 comments.) on October 28, 2005 at 2:03 pm.
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….
John on October 28, 2005 at 4:29 pm.
I tend to agree – I often find I end up using both on the same one-liner.