• china🇨🇳OP
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    AWK doesn’t work with json IIRC. You have to use jq to deal with json.

    • NostraDavid@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      While yes, the way I had it structured looked like a CSV if you squinted a little, I do fully agree AWK can’t be used for just any old JSON.

      jq is dope, but that language still feels pretty confusing IMO.