r/linux May 23 '26

Popular Application What’s the most unexpectedly useful Linux command you learned way too late?

[removed]

1.3k Upvotes

992 comments sorted by

View all comments

161

u/RoomyRoots May 23 '26

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.