cat 1.html | grep \"\" > title.txt
This grep statement is not working.
Please tell the best way to grab the title of a pa
You can use xml_grep from the XML::Twig Perl package:
xml_grep --text_only title 1.html