Some computer FAQ mostly Linux/Mac

Grab text from a website using lynx

lynx -dump http://news.bbc.co.uk/2/low/default.stm |grep -i Japan >> /users/username/desktop/japan.txt

Will bring you back all the current headlines about Japan and put them in a text file in the directory you specify or in this case on my Desktop

Remembering commands and how to use them to do what you want to do ....