From 42b353c7a02e988fe27f0ec8f39a80e00ea84163 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 21 Jan 2020 17:02:17 +0100 Subject: [PATCH] clean up doubly titled xml example Line left after replacement in commit v1.04-1-ge8e86ee4ef (2019-09-10) [reorder examples by complexity]. --- barcat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"]' - | -- 2.30.0