Navigate online to search for Quick Youtube Video Search
jq -r '.[]
| select(.title | test("tips"; "i") and test("code"; "i"))
| .title' *.json
# Extract the titles for more efficient search
q '.[].title' *.jsonNavigate online to search for Quick Youtube Video Search
jq -r '.[]
| select(.title | test("tips"; "i") and test("code"; "i"))
| .title' *.json
# Extract the titles for more efficient search
q '.[].title' *.json