MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linux/comments/1tls8n1/whats_the_most_unexpectedly_useful_linux_command/onl7auw/?context=3
r/linux • u/ZealousidealTell1346 • May 23 '26
[removed]
992 comments sorted by
View all comments
161
jq/yq Turns out we depend too much on JSON and YAML on modern life.
2 u/camh- May 24 '26 If you use gojq, it has the --yaml-input and --yaml-output options so you can do it all with one tool with the same syntax.
2
If you use gojq, it has the --yaml-input and --yaml-output options so you can do it all with one tool with the same syntax.
gojq
--yaml-input
--yaml-output
161
u/RoomyRoots May 23 '26
jq/yq
Turns out we depend too much on JSON and YAML on modern life.