Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我喜欢 ag :: the_silver_searcher,但我想知道如何以非递归方式执行搜索。
ag :: the_silver_searcher
有时我只想搜索我的主目录中的文件,而不是查看子目录。
检查手册中的深度选项:
--depth NUM :最多搜索 NUM 个深度目录,-1 表示无限制。默认值为 25。