awk
CLIPattern-scanning and text-processing language.
Filter rows by condition~97% est.
awk '$3 > 100' data.txt+1 more matching recipetext-processing4 recipes
jq
CLILightweight and flexible command-line JSON processor.
Pretty-print JSON from an API response~99% est.
curl -s https://api.example.com/data | jq '.'text-processing7 recipes · 6 verified
yq
CLIA lightweight YAML, JSON, and XML processor.
Convert JSON to YAMLVerified macOS · Linux
yq -p=json -o=yaml '.' data.jsontext-processing5 recipes · 5 verified