Forrest logo
back to context overview

lynx

List of commands for lynx:

  • lynx:ai:79908 What restrictions are and how to set them in Lynx browser?
    $ lynx -restrictions
    try on your machine
    explain this command
  • lynx:ai:95500 What restrictions are and how to set them in Lynx browser with examples?
    $ lynx -restrict=${URL or IP address}
    try on your machine
    explain this command
  • lynx:ai:95a50 Use the -nolist flag to restrict Lynx browser to focus on text information only
    $ lynx -nolist
    try on your machine
    explain this command
  • lynx:ai:a30b7 How users can use restriction flag to focus on text information only in Lynx browser?.
    $ lynx -restrictions=1
    try on your machine
    explain this command
  • lynx:ai:f037e How to download only text content in lynx browser?
    $ lynx -dump ${url}
    try on your machine
    explain this command
  • lynx:ai:f35e1 How to stop web page downloading in lynx browser?
    $ lynx -restrictions=media,frames,cookies,javascript,applets
    try on your machine
    explain this command
  • lynx:tldr:02a2a lynx: Exit.
    $ q then y
    try on your machine
    explain this command
  • 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 machine
    explain this command
  • lynx:tldr:70966 lynx: Navigate forwards and backwards through the links on a page.
    $ Up arrow key, Down arrow key
    try on your machine
    explain this command
  • lynx:tldr:75d5a lynx: Go back to the previously displayed page.
    $ Left arrow key or u
    try on your machine
    explain this command
  • lynx:tldr:9dad3 lynx: Visit a website.
    $ lynx ${example-com}
    try on your machine
    explain this command
  • lynx:tldr:aef39 lynx: Turn on mouse support, if available.
    $ lynx -use_mouse ${example-com}
    try on your machine
    explain this command
  • lynx:tldr:bf887 lynx: Apply restrictions for anonymous account.
    $ lynx -anonymous ${example-com}
    try on your machine
    explain this command
  • lynx:tldr:cbea2 lynx: Force color mode on, if available.
    $ lynx -color ${example-com}
    try on your machine
    explain this command
back to context overview