X-Git-Url: http://git.shiar.net/barcat.git/blobdiff_plain/b0d6f88a7fbd1e478b0b1892c5832229a99e252f..42b353c7a02e988fe27f0ec8f39a80e00ea84163:/barcat diff --git a/barcat b/barcat index 3bc7ca0..9a5d3e8 100755 --- a/barcat +++ b/barcat @@ -539,8 +539,7 @@ USD/EUR exchange rate from CSV provided by the ECB: -Gd 'node=SEARCHRESULTS&q=EXR.D.USD.EUR.SP00.A&exportType=csv' | grep '^[12]' | barcat -f',\K' --value-length=7 -Total population history from the World Bank dataset (XML): -External datasets, like total population in XML from the World Bank: +Total population history in XML from the World Bank: curl http://api.worldbank.org/v2/country/1W/indicator/SP.POP.TOTL | xmllint --xpath '//*[local-name()="date" or local-name()="value"]' - |