Skip to content

Instantly share code, notes, and snippets.

@trapd00r
Created May 24, 2010 07:03
Show Gist options
  • Save trapd00r/411606 to your computer and use it in GitHub Desktop.
Save trapd00r/411606 to your computer and use it in GitHub Desktop.
curl -s http://www.archlinux.org/news/ | grep '<td>'|head -2|perl -pe 'chomp;s;^\s+<td>(.+)</td>;$1: ;'|perl -pe 's/<a href.+">(.+)<.+/$1\n/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment