Created
December 14, 2014 09:21
-
-
Save raimon49/f47f0c64459f0f36ade4 to your computer and use it in GitHub Desktop.
jqのLinux 64bitバイナリを自分のHOMEにインストール
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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