The asrch search command is used for performing search operations. Here are some examples of its usage:
Note
--browse
similar to this, will be added to send in future updates
Perform a Basic Search
To perform a basic search operation:
asrch search "your search query"
Show Browser Header
To show the browser header during the search:
asrch search "your search query" --header
Use a Proxy
To perform the search using a proxy:
asrch search "your search query" --proxy "192.168.1.1:8080"
Enable Logging
To enable logging messages for the search:
asrch search "your search query" --log
Suppress Logging
Note
no-log is set by default so you should only have to pass
--log
if you want verbosityTo suppress logging messages:
asrch search "your search query" --no-log
Examples#
Search for the weather
asrch search "Whats the weather like"