Welcome![Sign In][Sign Up]
Location:
Search - linux grep

Search list

[Linux-Unixgrep-2.5.tar

Description: linux平台中,一个查找工具grep的源代码-linux platform, a tool for identifying the source code grep
Platform: | Size: 683116 | Author: xzz | Hits:

[OtherLinuxGrep

Description: 关于Linux Grep命令使用的详细介绍
Platform: | Size: 7756 | Author: pqtel | Hits:

[SourceCodebusybox-1.00

Description: BusyBox 是一个集成了一百多个最常用linux命令和工具的软件。BusyBox 包含了一些简单的工具,例如ls、 cat 和 echo等等,还包含了一些更大、更复杂的工具,例如 grep、find、mount 以及 telnet。有些人将 BusyBox 称为 Linux 工具里的瑞士军刀。简单的说BusyBox就好像是个大工具箱,它集成压缩了 Linux 的许多工具和命令。
Platform: | Size: 2922835 | Author: 969695410@qq.com | Hits:

[Mathimatics-Numerical algorithmswww-igm_univ-mlv_~lecroq_string

Description: 重磅送出,一个网站的字符串匹配算法讲解,以及算法实现的演示。希望在字符串匹配算法这方面有研究的。看了这里面的东西,保证你不再去找别的东西去看了。经典中的经典。这是把一个网站的一个链接目录完全下载,是收藏的精品-hit send, a website to explain the string matching algorithm, the algorithm of the demonstration. In this string matching algorithms are studied. Read this and the things that you are no longer guaranteed to find something else to see it. The classic classic. This site is a directory of links to a full download, is a collection of products
Platform: | Size: 942080 | Author: 全宏坡 | Hits:

[Linux-Unixgrep-2.5.tar

Description: linux平台中,一个查找工具grep的源代码-linux platform, a tool for identifying the source code grep
Platform: | Size: 683008 | Author: xzz | Hits:

[Linux-UnixLinuxGrep

Description: 关于Linux Grep命令使用的详细介绍-Linux Grep command on the use of a detailed introduction
Platform: | Size: 7168 | Author: pqtel | Hits:

[JSP/Javagrep.java.tar

Description: Implementation of the popular Grep program, from most linux systems, written in java
Platform: | Size: 1024 | Author: xtremely | Hits:

[BooksLinuxUtilisateur

Description: Historique de Linux Connexion au système Présentation de kde Fichiers et répertoires Notions d identifiant et de groupe Les processus Les droits d accès Le shell Gestion des entrées/sorties Les commandes tee/grep/cut/split/paste/comm/sort/diff/wc/find La commande sed La commande awk Les scripts shell Les sauvegardes Automatisation de tâ ches
Platform: | Size: 1280000 | Author: fa | Hits:

[Software Engineeringlinuxandshell

Description: linux 下的shell编程,一些基础的shell编程内容,谢谢!-example: echo "this is the $numnd" grep "hello" file.txt | wc-l and so on!
Platform: | Size: 3072 | Author: 李晓峰 | Hits:

[Linux-Unix21_180_2

Description: linux grep command, you can use on window NT
Platform: | Size: 432128 | Author: zhucheng | Hits:

[Linux-Unixgrep-2.5.3

Description: linux 下的grep 命令大家都很清楚。但知道源码实现的不多。需要的可以研究研究!-under linux grep command is clear to everyone. But few realize that source. Research needs to study!
Platform: | Size: 892928 | Author: hunger | Hits:

[Internet-Networkgrep-2.5.tar

Description: Linux 下一个grep工具的源代码,可以帮组大家多学习编程,有很多可以借鉴的地方-grep source code
Platform: | Size: 689152 | Author: kaiyan | Hits:

[Linux-Unixgrep-and-find

Description: 这首个关于在Linux环境下运用grep和find命令解释的一个文档。-This is the first in a Linux environment on the use of grep and find command interpreter of a document.
Platform: | Size: 5120 | Author: 陈建华 | Hits:

[Linux-Unixsed-awk-grep

Description: linux bash里的grep,sed,awk基本用法学习电子书。-linux bash in the grep, sed, awk to learn the basic usage of e-books.
Platform: | Size: 277504 | Author: cupidove | Hits:

[Driver Developgrep-2.10

Description: linux 系统中的grep命令详解 C语言写就-grep command Detailed written in C language on linux system
Platform: | Size: 2263040 | Author: lynn | Hits:

[Shell apigrepfromol1

Description: linux中的grep 自己编写的 与原库文件不同 能运行 有参考价值-in linux grep write your own original library file different running reference value
Platform: | Size: 8192 | Author: weizhongmao | Hits:

[Linux-Unixgrep

Description: Mini grep implementation for linux busybox using libc regex.
Platform: | Size: 7168 | Author: volazang | Hits:

[Linux driverGREP

Description: grep 源码。对于学习unix和linux下C编程的帮助很大-grep source. For learning unix and linux C programming under great help
Platform: | Size: 307200 | Author: 小天王 | Hits:

[Linux-Unixlinux

Description: linux的基础命令使用,包含cat,mv等文件的基本操作(linux cat mv comm sort grep)
Platform: | Size: 57344 | Author: 明月丶清风 | Hits:

[Otherlinux grep命令

Description: linux grep命令 1.作用 Linux系统中grep命令是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹 配的行打印出来。grep全称是Global Regular Expression Print,表示全局正则表达式版本,它的使用权限是所有用户。 2.格式 grep [options] 3.主要参数 [options]主要参数: -c:只输出匹配行的计数。 -I:不区分大 小写(只适用于单字符)。 -h:查询多文件时不显示文件名。 -l:查询多文件时只输出包含匹配字符的文件名。 -n:显示匹配行及 行号。(Linux grep command 1. effect The grep command in Linux system is a powerful text search tool. It can use regular expressions to search text and print out matching rows. The full name of grep is Global Regular Expression Print, which represents the version of global regular expression, and its permissions are all users. 2. format Grep [options] 3. main parameters [options] main parameters: - C: only output the count of the matched rows. I: a case insensitive (only applicable to single character). H: query file does not display the file name. L: query file contains only output file name, character. N: display the matching line and line number.)
Platform: | Size: 21504 | Author: hhhhhhsss | Hits:
« 12 »

CodeBus www.codebus.net