Skip to content

Instantly share code, notes, and snippets.

@raimon49
Created December 14, 2014 09:21
Show Gist options
  • Save raimon49/f47f0c64459f0f36ade4 to your computer and use it in GitHub Desktop.
Save raimon49/f47f0c64459f0f36ade4 to your computer and use it in GitHub Desktop.
jqのLinux 64bitバイナリを自分のHOMEにインストール
$ wget 'http://stedolan.github.io/jq/download/linux64/jq' -O ~/local/bin/jq
$ chmod 755 ~/local/bin/jq
$ jq --help
jq - commandline JSON processor [version 1.4]
Usage: jq [options] <jq filter> [file...]
For a description of the command line options and
how to write jq filters (and why you might want to)
see the jq manpage, or the online documentation at
http://stedolan.github.com/jq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment