• BitSound@lemmy.world
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    1 day ago

    Does anyone here actually use awk for more than trivial operations? If I ever have to have to consider writing anything substantial with bash/awk/sed/etc, I just start writing a Python script. No hate to the classic tools, but Python is just really nice.

    • smeg@feddit.uk
      link
      fedilink
      English
      arrow-up
      3
      ·
      15 hours ago

      If find myself writing anything I’d call a “program” (rather than just a script) in bash then it’s time to think about using a proper language rather than a shell script, let alone awk or sed!

    • sping@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      1 day ago

      Yeah. Heaviest awk I’ve ever done is extracting a value to a variable from a line with one pattern and using it to populate output from later lines matching another pattern.