搜索:Grep
找到约 21 项符合「Grep」的查询结果
结果 21
按分类筛选
https://www.eeworm.com/dl/633/414258.html
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
https://www.eeworm.com/dl/620/107060.html
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 I ...
https://www.eeworm.com/dl/619/140606.html
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属性就行了。