内容简介:ripgrep 是一款 line oriented 搜索工具,它会遵循你的 gitignore 规则递归搜索当前目录中的正则表达式。ripgrep 将 Silver Searcher(类似于ack)的可用性与 GNU grep 高速相结合,支持 Windows、macOS 和 Linu...
ripgrep 是一款 line oriented 搜索工具,它会遵循你的 gitignore 规则递归搜索当前目录中的正则表达式。ripgrep 将 Silver Searcher(类似于ack)的可用性与 GNU grep 高速相结合,支持 Windows、macOS 和 Linux 平台。
搜索结果示例:
ripgrep 0.8.0 是改进和修复版本,针对开发者当前的主流需求,修复了许多 bug ,改进了文档和使用效率。
需注意的是,ripgrep 0.8.0 对 Rust 版本的最低要求从 1.17 调整至了 1.20 。
更多详情和下载地址可查阅发行列表。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Algorithms on Strings, Trees and Sequences
Dan Gusfield / Cambridge University Press / 1997-5-28 / USD 99.99
String algorithms are a traditional area of study in computer science. In recent years their importance has grown dramatically with the huge increase of electronically stored text and of molecular seq......一起来看看 《Algorithms on Strings, Trees and Sequences》 这本书的介绍吧!