Created
October 30, 2014 21:06
-
-
Save SamRothCA/130b42fc52dfbc90c25f to your computer and use it in GitHub Desktop.
Quote Of The Day
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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