搜索资源列表
mygrep
- 编写自己的grep命令-prepare their grep command
LinuxGrep
- 关于Linux Grep命令使用的详细介绍
busybox-1.00
- BusyBox 是一个集成了一百多个最常用linux命令和工具的软件。BusyBox 包含了一些简单的工具,例如ls、 cat 和 echo等等,还包含了一些更大、更复杂的工具,例如 grep、find、mount 以及 telnet。有些人将 BusyBox 称为 Linux 工具里的瑞士军刀。简单的说BusyBox就好像是个大工具箱,它集成压缩了 Linux 的许多工具和命令。
mygrep
- 编写自己的grep命令-prepare their grep command
LinuxGrep
- 关于Linux Grep命令使用的详细介绍-Linux Grep command on the use of a detailed introduction
grep
- 自己实现GREP串匹配功能,这是个命令行工具-Realize their own grep string matching function, this is a command-line tool
same_function
- linux中grep命令的简单 C语言实现-grep command in linux simple C language
pp
- Unix课程作业。 使用fork(), exec(), dup2(), pipe() ,open()系统调用完成与下列shell命令等价的功能。 grep –v usr < /etc/passwd | wc –l > result.txt -An assignment in UNIX course. Using fork(), exec(), dup2(), pipe(), open() system ca
grep-2.5.3
- linux 下的grep 命令大家都很清楚。但知道源码实现的不多。需要的可以研究研究!-under linux grep command is clear to everyone. But few realize that source. Research needs to study!
linuxAndunix_shell_Program
- linux与unix_shell编程指南,讲述了用find和xargs,文件安全与权限,命令执行顺序,grep家族,awk,sed,tr,shell变量和环境,shell脚本介绍,函数,shell嵌入命令,输入输出,常用shell命令-linux and unix_shell programming guide describes the use of find and xargs, file security and permissi
busybox-1.14.2
- BusyBox 是标准 Linux 工具的一个单个可执行实现。BusyBox 包含了一些简单的工具,例如 cat 和 echo,还包含了一些更大、更复杂的工具,例如 grep、find、mount 以及 telnet。有些人将 BusyBox 称为 Linux 工具里的瑞士军刀.简单的说BusyBox就好像是个大工具箱,它集成压缩了 Linux 的许多工具和命令。-BusyBox is a standard Linux tool to
linux_passage
- Linux方面文章,包括Grep命令,tar命令详解,管理员10个关键技巧,mount命令,手工网络设置,挂载U盘,环境变量定制,redhat支持NTFS,安装卸载,防火墙上开放端口-Linux in the article, including the Grep command, tar command to explain, the administrator 10 key skills, mount command, the ne
grep-and-find
- 这首个关于在Linux环境下运用grep和find命令解释的一个文档。-This is the first in a Linux environment on the use of grep and find command interpreter of a document.
busybox-1.8.1.tar
- BusyBox 是一个集成了一百多个最常用linux命令和工具的软件。BusyBox 包含了一些简单的工具,例如ls、 cat 和 echo等等,还包含了一些更大、更复杂的工具,例如 grep、find、mount 以及 telnet。有些人将 BusyBox 称为 Linux 工具里的瑞士军刀。简单的说BusyBox就好像是个大工具箱,它集成压缩了 Linux 的许多工具和命令,也包含了 Android 系统的自带的she-BusyB
grep-2.10
- linux 系统中的grep命令详解 C语言写就-grep command Detailed written in C language on linux system
busybox-1.16.0
- BusyBox 嵌入式开发中比不可少的工具,是一个集成了一百多个最常用linux命令和工具的软件。BusyBox 包含了一些简单的工具,例如ls、cat和echo等等,还包含了一些更大、更复杂的工具,例grep、find、mount以及telnet。-BusyBox than necessary in the embedded development tools, is an integrated more than one hundr
busybox-1.21.1
- BusyBox 是一个集成了一百多个最常用linux命令和工具的软件。BusyBox 包含了一些简单的工具,例如ls、cat和echo等等,还包含了一些更大、更复杂的工具,例grep、find、mount以及telnet。有些人将 BusyBox 称为 Linux 工具里的瑞士军刀。简单的说BusyBox就好像是个大工具箱,它集成压缩了 Linux 的许多工具和命令,也包含了 Android 系统的自带的shell。-BusyBox i
busybox-1.22.1
- BusyBox 是一个集成了一百多个最常用linux命令和工具的软件。BusyBox 包含了一些简单的工具,例如ls、cat和echo等等,还包含了一些更大、更复杂的工具,例grep、find、mount以及telnet。有些人将 BusyBox 称为 Linux 工具里的瑞士军刀。简单的说BusyBox就好像是个大工具箱,它集成压缩了 Linux 的许多工具和命令,也包含了 Android 系统的自带的shell。-BusyBox i
grep
- grep常用命令 指导 解析 语法 grep grep-grep ls
linux grep命令
- linux grep命令 1.作用 Linux系统中grep命令是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹 配的行打印出来。grep全称是Global Regular Expression Print,表示全局正则表达式版本,它的使用权限是所有用户。 2.格式 grep [options] 3.主要参数 [options]主要参数: -c:只输出匹配行的计数。 -I:不区分大 小写(只适用于单字符)。