Jq: Difference between revisions
Jump to navigation
Jump to search
(→Mac) |
(→Mac) |
||
Line 12: | Line 12: | ||
[[brew]] install jq | [[brew]] install jq | ||
==Ubuntu== | |||
apt-get update; apt-get install jq | |||
=Options= | =Options= |
Revision as of 01:35, 1 March 2019
External
Internal
Overview
Installation
Mac
brew install jq
Ubuntu
apt-get update; apt-get install jq
Options
-r
Output raw strings, not JSON content.