Replies: 1 comment 1 reply
-
Last example is what will give list of raw values. You can wrap it in a helper if you want. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings and thanks for
fx
!I'm looking to output "raw" values. For example, with
jq -r
.[].propI can get a list of raw values for the
prop` property of items in an array:In Discover how to use fx effectively, in the "Using xargs" section, I see this:
But this doesn't seem to work as I expect (and I'm not wanting to pass any args in) ... or I'm misunderstanding what this sentence means, because this happens:
... and I I have to use something like this, from the Formatting section of the docs:
What am I not understanding here? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions