6 ms·
You can filter that with another grep for example: wget -O- news.ycombinator.com | grep -o 'title"><a href="[^"]*' | grep -o http.*
by yeahit 17y ago
You can filter that with another grep for example:
wget -O- news.ycombinator.com | grep -o 'title"><a href="[^"]*' | grep -o http.*