Right now, I don't see why I should use this tool when I can just use elinks.
elinks -dump news.ycombinator.com | sed -n -e 's/\([0-9]\+\)\.\ \+\(\[.\+\]\)\+\(.*\)/\1: \3/p' | grep -f words.txt -i
Right now, I don't see why I should use this tool when I can just use elinks.