Forrest logo
back to context overview

surfraw

List of commands for surfraw:

  • surfraw:tldr:2fd20 surfraw: Display the URL to the elvi's results page for a specific search.
    $ surfraw -print ${elvi} "${search_terms}"
    try on your machine
    explain this command
  • surfraw:tldr:7d3e9 surfraw: Display the list of supported website search scripts (elvi).
    $ surfraw -elvi
    try on your machine
    explain this command
  • surfraw:tldr:89ec8 surfraw: Search using the alias.
    $ sr ${elvi} "${search_terms}"
    try on your machine
    explain this command
  • surfraw:tldr:a081d surfraw: Open the elvi's results page for a specific search in the browser.
    $ surfraw ${elvi} "${search_terms}"
    try on your machine
    explain this command
  • surfraw:tldr:b70ab surfraw: Display an elvi description and its specific options.
    $ surfraw ${elvi} -local-help
    try on your machine
    explain this command
  • surfraw:tldr:d4daf surfraw: Search using an elvi with specific options and open the results page in the browser.
    $ surfraw ${elvi} ${elvi_options} "${search_terms}"
    try on your machine
    explain this command
back to context overview