搜索结果
找到约 18 项符合
grep 的查询结果
按分类筛选
其他 tc工具grep的源程序代码
tc工具grep的源程序代码
其他 TC工具GREP的C源程序代码
TC工具GREP的C源程序代码
Internet/网络编程 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 tool that will allow you to specify extended regular or hexadecimal expressions to match against data payloads of packets. It currently recognizes TCP, UDP and ICMP across Ethernet, ...
Linux/Unix编程 编写自己的grep命令
编写自己的grep命令
Linux/Unix编程 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
下面这个script,存成一个符合规则名字的文件,置上x属性就行了。
Linux/Unix编程 关于Linux Grep命令使用的详细介绍
关于Linux Grep命令使用的详细介绍
其他书籍 grep帮助手册!对需要的人很有帮助!看了就知道!
grep帮助手册!对需要的人很有帮助!看了就知道!
Java编程 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
其他书籍 Grep Pocket Reference.
Grep Pocket Reference.
Linux/Unix编程 linux平台中
linux平台中,一个查找工具grep的源代码