1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 08:22:09 +02:00
tldr/pages/common/s.md
2017-12-18 07:17:32 +01:00

19 lines
338 B
Markdown

# s
> Web search from the terminal.
- Search for a query on Google(default provider):
`s {{query}}`
- List all providers:
`s --list-providers`
- Search for a query with a given provider:
`s --provider {{provider}} {{query}}`
- Use a specified binary to perform the search query:
`s --binary "{{binary}} {{arguments}}" {{query}}`