- or download this
$ pwd
/home/hogan/Documents/hogan/json_stuff
$ ls
...
$ jq '.' 1.openapi.json
jq: error: Could not open file 1.openapi.json: Permission denied
$
- or download this
$ history | grep jq
1376 curl 'https://api.github.com/repos/stedolan/jq/commits?per_page
+=5'
1377 jq '.[] | {message: .commit.message, name: .commit.committer.na
+me}'
1378 sudo snap install jq
- or download this
1429 chmod a+x snap/bin/jq
1430 chmod a+x /snap/bin/jq
1431 sudo chmod a+x /snap/bin/jq