Text-based Web browser to view Web page in terminal in Linux
If w3m is not installed by default then install w3m using the following command in terminal. sudo apt-get install w3m Now to access a web page in command line(terminal in linux) open the terminal and type : w3m <website name> w3m <file name path> Example: w3m www.google.co.in w3m /home/test.html For more information and option […]