serhii.net

In the middle of the desert you can say anything you want

20 Jan 2022

jq return raw values without quotes

jq -r $stuff instead of quoted ‘correct’ values like

"one"
"two"
"three"

would return

one
two
three
Nel mezzo del deserto posso dire tutto quello che voglio.