Yeah It
yeahit.com2 ポイント投稿者 yeahit2 コメント
wget -O- news.ycombinator.com | grep -o 'title"><a href="[^"]*' | grep -o http.* wget -O- news.ycombinator.com | grep -o http[^\"]*
Personally, I prefer curl because it writes to stdout per default: curl news.ycombinator.com | grep -o http[^\"]*
(After posting this, i noticed that HN cuts * signs at the end of a message. So I have to add this text here, or the last * would not be displayed.)
http://en.gibney.org/calculator/