
lynx
List of commands for lynx:
-
lynx:tldr:260bc lynx: Open a link, using a specific file to read and write cookies.$ lynx -cookie_file=${filename} ${example-com}try on your machineexplain this command
-
lynx:tldr:70966 lynx: Navigate forwards and backwards through the links on a page.$ Up arrow key, Down arrow keytry on your machineexplain this command
-
lynx:tldr:75d5a lynx: Go back to the previously displayed page.$ Left arrow key or utry on your machineexplain this command
-
lynx:tldr:9dad3 lynx: Visit a website.$ lynx ${example-com}try on your machineexplain this command
-
lynx:tldr:aef39 lynx: Turn on mouse support, if available.$ lynx -use_mouse ${example-com}try on your machineexplain this command
-
lynx:tldr:bf887 lynx: Apply restrictions for anonymous account.$ lynx -anonymous ${example-com}try on your machineexplain this command
-
lynx:tldr:cbea2 lynx: Force color mode on, if available.$ lynx -color ${example-com}try on your machineexplain this command