minus-squareArseAssassin@sopuli.xyztoLinux@lemmy.ml•Mastering jqlinkfedilinkarrow-up8·6 days agoI don’t know if we should call someone a master of jq if they do echo ‘{“k1”: [{“k2”: [9]}]}’ | jq ‘.k1 | .[0] | .k2 | .[0]’ Instead of just echo ‘{“k1”: [{“k2”: [9]}]}’ | jq ‘.k1[0].k2[0]’ linkfedilink
minus-squareArseAssassin@sopuli.xyztoLinux@lemmy.ml•Apparently, 12% of Technology Workers Believe that MacOS is based on Linuxlinkfedilinkarrow-up3·5 months agohttps://lemmy.world/post/24613381 linkfedilink
I don’t know if we should call someone a master of jq if they do
Instead of just