Linux command
google 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Search Google
google "[search query]"
Search and open first result
google -j "[query]"
Search news
google -N "[query]"
Search images
google -I "[query]"
说明
google is a command-line tool for searching Google directly from the terminal. It displays results with titles and URLs, or opens them in a browser. The tool provides quick access to search without leaving the terminal, with flags for different search types including news and images.
参数
- -j, --lucky
- Open first result.
- -N, --news
- Search news.
- -I, --images
- Search images.
- -n _NUM_
- Number of results.
- --help
- Display help information.
FAQ
What is the google command used for?
google is a command-line tool for searching Google directly from the terminal. It displays results with titles and URLs, or opens them in a browser. The tool provides quick access to search without leaving the terminal, with flags for different search types including news and images.
How do I run a basic google example?
Run `google "[search query]"` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -j, --lucky do in google?
Open first result.