|
|
|
|
|
by mywittyname
1704 days ago
|
|
Awk is handy for bash programming. It's one of those weird tools in the box that is extremely useful in a very few specific scenarios, and that's what is keeping it alive. No sane person is going to write an entire application in Awk anymore. But there are certainly 20 years old there who will encounter Awk while doing some command line data munging via SO and it will slowly become a tool in their toolbox. Perl doesn't really have that. Sure you can ` | perl -e "..."` but honestly, I can do that with python/PHP too. I haven't encountered an SO answer for command line data processing hacks that have used perl in ages. |
|