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.
comments powered by Disqus