wget -O- news.ycombinator.com | grep -o http[^\"]*
curl news.ycombinator.com | grep -o http[^\"]*
wget -O- news.ycombinator.com | grep -o 'title"><a href="[^"]*' | grep -o http.*