2 lines
61 B
Bash
2 lines
61 B
Bash
|
cat obtainium-export-*.json | jq '.[] | .url' | sed 's/"//g'
|