I am a beginner to linux. 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
On OSX you can use the command line tool called textutil to batch convert html files to txt format:
textutil -convert txt *.html