Browser Capabilities Wiki
Advertisement

Lynx is a free text based browser for Windows and Linux. It is very fast and small, making it a choice for those with a slow connection.

Lynx

Google.com in Lynx

Because it does not require a GUI, Lynx is a top choice for Linux users who do not have a desktop envirement installed. Text based browsers have the clear advantage that they can be run directly from a terminal. 

Commands[]

To open a webpage the command is

"g"

to set home it is:

UNIX
ksh
export WWW_HOME=http://www.google.com/
csh
setenv WWW_HOME http://www.google.com/
VMS
define "WWW_HOME" "http://google.com/"
win32
WWW_HOME=http://www.google.com/ [or in registry]

to print the command is:

P
Advertisement