Skip to content

Instantly share code, notes, and snippets.

@steeb
Created October 3, 2012 09:47
Show Gist options
  • Save steeb/3826106 to your computer and use it in GitHub Desktop.
Save steeb/3826106 to your computer and use it in GitHub Desktop.
Fachbereich 3 - NEWS
alias fb3news="curl http://homepage.informatik.fh-gelsenkirchen.de/fachbereich/insider/insider.html 2>/dev/null | grep -o '<p class=\"bodytext\">.*</p>' | sed 's/<br>/ /g' | cut '-d>' -f2 | cut '-d<' -f1 | tail -n +2 | recode html4 | grep -E --color 'ITR|ITS|VMC|BW?IN|SPIN|KI|INP|$'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment