bash

bash command to convert html page to a text file


Would you please help me how to convert an html page to a text file. the text file will remove any images and links from the webpage. I want to use only bash commands and not html to text converting tools. As an example, i want to convert the first page google search results for "computers".


Solution

  • I used python-boilerpipe and it works very well, so far...