you are viewing a single comment's thread
view the rest of the comments
[–] 15 points 1 year ago (4 children)

Afaik from my limited interaction with bash: At least you have proper datatypes.
Isnt bash essentially treating everything like a string and it's up to you to resolve that?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 15 points 1 year ago (3 children)

    Pretty much, though I use a lot of jq these days and many tools support json output and input. I'd love to see that paradigm expanded for more Unix tools. Maybe a new kind of pipe symbol for shells that implies strict json objects.

  • source
  • parent
  • hideshow 3 child comments