• shastaxc@lemm.ee
    link
    fedilink
    arrow-up
    2
    ·
    1 day ago

    Awk is ok but often when I come across a script that I need to optimize because it’s too slow, the easiest gains come from replacing awk command. Most of them use awk for the most mundane stuff that can easily be done with shell parameter expansion instead.