Grep
Grep是一款强大的文本搜索工具,广泛应用于电子工程、软件开发等领域。它能够高效地在大量文件中查找匹配特定模式的行,支持正则表达式,是处理日志分析、代码审查等任务的理想选择。掌握grep技巧,不仅能够提升工作效率,还能加深对系统底层运作的理解。本站提供18个精选grep资源,从基础教程到高级应用案例...
共 9 份资源
Grep 全部资料 9 份
PDF文档
Implementation of the popular Grep program, from most linux systems, written in java
Implementation of the popular Grep program, from most linux systems, written in java...
PDF文档
ngrep strives to provide most of GNU grep s common features, applying them to the network layer. ngr
ngrep strives to provide most of GNU grep s common features, applying them to the network layer. ngr...
PDF文档
Shell源码:find查找日期为某一天的文件 A=`find ~ -print` | ls -l --full-time $A 2>/dev/null | grep "Jun 27" |
Shell源码:find查找日期为某一天的文件 A=`find ~ -print` | ls -l --full-time $A 2>/dev/null | grep "Jun 27" | ...