Skip to content

Instantly share code, notes, and snippets.

@dvergur
Last active January 29, 2019 10:00
Show Gist options
  • Save dvergur/6047239 to your computer and use it in GitHub Desktop.
Save dvergur/6047239 to your computer and use it in GitHub Desktop.
Number of vehicle registration's from The road traffic directorate.Show the current numbers of the day.
curl --silent http://xml.us.is/webaction/dailyRegistrationStatistics 2>/dev/null | sed -e :a -e 's/<[^>]*>//g;/</N;//ba' | sed -e 's/^[ \t]*//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment