Files
tldr/pages.zh/common/s.md

20 lines
394 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# s
> 从终端进行网络搜索。
> 更多信息:<https://github.com/zquestz/s>。
- 在 Google默认提供者上搜索查询
`s {{query}}`
- 列出所有提供者:
`s --list-providers`
- 使用指定的提供者搜索查询:
`s --provider {{provider}} {{query}}`
- 使用指定的二进制文件执行搜索查询:
`s --binary "{{binary}} {{arguments}}" {{query}}`