Help for this page

Select Code to Download


  1. 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
    $
    
  2. 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
    
  3. 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