by xrayarx on 6/9/24, 2:38 PM with 2 comments
by thesuperbigfrog on 6/9/24, 3:15 PM
https://en.wikipedia.org/wiki/AWK#Versions_and_implementatio...
https://stackoverflow.com/questions/40409632/what-is-the-dif...
This makes awk scripts less portable than other text processing tools.
awk is also not extensible--it can be awkward (heh) to adapt it to some problems and big scripts get difficult to wrangle.
awk is great if your text processing problem is small.
Sometimes small problems grow in which case Perl tends to be a better choice:
https://stackoverflow.com/questions/366980/what-are-the-diff...
https://www.perl.com/article/perl-one-liners-part-2/
People love to hate perl, but there is a reason why it was installed on all Unix and Linux systems by default and was so popular for web servers on the early Internet (e.g. Apache mod_perl and perl mason).
by xrayarx on 6/9/24, 2:39 PM