Jq: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
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.