Always partial to yq and jq. No easier way to interact with kubernetes outputs on the fly.
this post was submitted on 15 Jun 2023
1 points (100.0% liked)
commandline
1862 readers
1 users here now
founded 2 years ago
MODERATORS
How I have never heard of yq, I'm unsure, but thank you as I'm sure it will make life easier
I really like jless. You can pipe the JSON output of a cURL command into it and it displays it in a really nice, easy to read way with collapsible arrays and objects.
pv, which is like cat, simply copying files or stdin to stdout, but prints statistics to the terminal.
A related tip: dd
isn't special in the way most people use it. This works too, if you're root: pv my-fav-distro.iso > /dev/sdc