Skip to content

Instantly share code, notes, and snippets.

@vxf
Last active December 23, 2015 11:59
Show Gist options
  • Save vxf/6631866 to your computer and use it in GitHub Desktop.
Save vxf/6631866 to your computer and use it in GitHub Desktop.
numeros do euromilhoes
curl -s https://www.jogossantacasa.pt/web/SCRss/rssFeedCartRes | xml2 | awk -F'=' '/Euromilhões/ {c=0;e=1} e&&++c==3{print $2}' | sed -r 's/<\/?b>//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment