搜索资源列表
grep
- 查找文件的小程序,输入要查的文件名,要加上参数。-A small program to find the file, enter the file name to search, would like to add parameters.
GretaTest
- 微软GREP正则表达式测试例程,里面有详细的代码和库的配置,入门者的首先-Microsoft Grep sample
vrm_V1.0.4
- 一个Linux下的rm指令的windows版,写了一些基本的功能,支持正则表达式(因为Windows没有Grep)-The windows version of a Linux rm command, wrote some basic functions and support regular expressions (because Windows dont have Grep command)
findgrep
- linux系统中用python通过图形化界面调用find和grep实现关键字的查找。-Using python via a graphical interface called find and grep to achieve keyword search Under linux system .
busybox-1.21.1
- BusyBox 是一个集成了一百多个最常用linux命令和工具的软件。BusyBox 包含了一些简单的工具,例如ls、cat和echo等等,还包含了一些更大、更复杂的工具,例grep、find、mount以及telnet。有些人将 BusyBox 称为 Linux 工具里的瑞士军刀。简单的说BusyBox就好像是个大工具箱,它集成压缩了 Linux 的许多工具和命令,也包含了 Android 系统的自带的shell。-BusyBox is a software integrates more t
busybox-1.22.1
- BusyBox 是一个集成了一百多个最常用linux命令和工具的软件。BusyBox 包含了一些简单的工具,例如ls、cat和echo等等,还包含了一些更大、更复杂的工具,例grep、find、mount以及telnet。有些人将 BusyBox 称为 Linux 工具里的瑞士军刀。简单的说BusyBox就好像是个大工具箱,它集成压缩了 Linux 的许多工具和命令,也包含了 Android 系统的自带的shell。-BusyBox is a software integrates more t
linux grep命令
- linux grep命令 1.作用 Linux系统中grep命令是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹 配的行打印出来。grep全称是Global Regular Expression Print,表示全局正则表达式版本,它的使用权限是所有用户。 2.格式 grep [options] 3.主要参数 [options]主要参数: -c:只输出匹配行的计数。 -I:不区分大 小写(只适用于单字符)。 -h:查询多文件时不显示文件名。 -l:查询多文件时只输