|
|
|
|
|
by cfors
2487 days ago
|
|
Pipe to jq is the best. Other than that you can always furiously search stack overflow for some arcane sed/awk/grep-fu. There is also the -w option to format. Sometimes I’ll write a small python script to pipe output into for wrangling data. |
|