in reply to Re^4: polishing up a json fetching script for weather data
in thread polishing up a json fetching script for weather data
jq: error: Could not open file 1.openapi.json: Permission denied
It's complaining about the file 1.openapi.json, not the jq executable; try chmod a+r 1.openapi.json (if you don't mind giving everyone read access).
|
|---|