Skip to content

Instantly share code, notes, and snippets.

@SamRothCA
Created October 30, 2014 21:06
Show Gist options
  • Save SamRothCA/130b42fc52dfbc90c25f to your computer and use it in GitHub Desktop.
Save SamRothCA/130b42fc52dfbc90c25f to your computer and use it in GitHub Desktop.
Quote Of The Day
curl --silent www.brainyquote.com/quotes_of_the_day.html |
egrep '(span class=\"bqQuoteLink\")|(div class=\"bq-aut\")' |
sed -n '1p; 2p; ' |
sed -e 's/<[^>]*>//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment