GREP
Grep是一款强大的文本搜索工具,广泛应用于电子工程、软件开发等领域。它能够高效地在大量文件中查找匹配特定模式的行,支持正则表达式,是处理日志分析、代码审查等任务的理想选择。掌握grep技巧,不仅能够提升工作效率,还能加深对系统底层运作的理解。本站提供18个精选grep资源,从基础教程到高级应用案例...
资源总数
9
GREP 全部资料 9 份
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
2013-12-17
90
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. ngrep is a pcap-aware t...
2014-01-15
141
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" | grep 1998 下面这个scri...
2014-01-01
134