{
"city": "Kabul",
"lat": "34.5328",
"lng": "69.1658",
"country": "Afghanistan",
"iso2": "AF",
"admin_name": "Kābul",
"capital": "primary",
"population": "3678034",
"population_proper": "3678034"
},
{
"city": "Kabul"
},
}
и заменить на пустую строку видимо. Как это сделать? apt-get instal jq
cat 222.txt | jq -r '.city'
Kabul