Get the Plain Text Version of a Web Page
This command fetches a web page, converts it to text and shows it.
lynx -dump http://www.example.com/
This command fetches a web page, converts it to text and shows it.
lynx -dump http://www.example.com/
Ever wonder how you can get a man page in into a format you can read and print?
man command | col -x -b > command.txt