• @GhostlyPixel@lemmy.world
    link
    fedilink
    English
    215 months ago

    Really cool tool

    Her mentions of awk reminded me of a guy at my last job who was an absolute god with awk, but making changes to scripts he made were a nightmare because no one else could figure out what he was doing, and everything crashed and burned from small changes.

    • shastaxc
      link
      fedilink
      25 months 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.