|
|
|
|
|
by sketerpot
6281 days ago
|
|
It's very handy when you're working with delimiter-separated data. I've never bothered to learn the more powerful features of awk, because Python is generally better for sufficiently complicated text processing, but for little one-off scripts, awk is a nice thing to know. |
|
Perl is logically a superset of awk, but there's so much more in the core language that I kept forgetting parts of it.