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