Grep

UNIX 工具程序
常用释义
n. UNIX 工具程序;可做文件内的字符串查找
n. (Grep)人名;(苏里)格雷普

扩展信息

查找字符串
Linux命令、编辑器与Shell编程_百度百科 ... 3.3.3 lpr: 打印文件 3.3.4 grep查找字符串 3.3.5 head: 显示文件头部 ...
正则表达式
InDesign CS3后开始支持正则表达式Grep),对于编辑文字很有用。今天继续研究。
搜索字符串
Solaris 基本命令 - Solaris教程 - 新客网 ... 1. ln 文档连结 2.grep 搜索字符串 3.fgrep 搜索字符串 ...
查找内容
Solaris 命令 - jimobit的日志 - 网易博客 ... # file: 列出文件类型 # grep查找内容 # find: 查找文件 ...
命令
net use 用法-学习笔记-搜狐博客 ... net use 用法 grep 命令 GCC 入门详解 ...
全球牛瘟根除计划
我部的“全球牛瘟根除计划”(GREP)制作了一个短片,介绍了这一危害极大的牲畜疾病的病状。此处开始 (272K);另见 GREP …
文件名
UNIX命令 - 莫言的日志 - 网易博客 ... find 路径 表达式 [动作] grep [选项] 字符串 文件名 diff [选项] 文件1 文件2 ...

例句

A quick grep among the startup scripts reveals that this is part of the hplip service, which provides "HP Linux Imaging and Printing. "

对启动脚本进行grep处理,能够看出python是hplip的一部分,hplib提供了“HPLinux图形和打印”服务。

GREP对我们的影响很大,它是UNIX下一个很流行的字串匹配工具。GREP也是我们研究中心开发的。

要找到您在程序中看到的某个特性的代码的驻留位置,最好的方法之一就是使用grep命令。

整个软件行业,或者说至少是其中那些使用grep命令过滤简历的招聘经理,确实是在一直叫嚷,要求学校使用Java语言教学。

我们最初决定使用JAR工具列出JAR的各种运行时间的目录并查找出现问题的类。

对于那些希望Perl成为具有更强函数性语言的程序员,map和grep可以满足此需求。

You are advised to do this so alt_disk_copy does not misinterpret the command, as it uses grep to search for the string.

建议您这么做,因为alt_disk_copy使用grep搜索字符串,这么做它就不会误解命令。

每当看到对C:盘的引用,或者看到对特定工具(例如grep)的调用时,应该马上更改脚本。

The grep utility works by searching through each line of a file (or files) for the first occurrence of a given string.

grep工具的工作方式是对文件的每一行搜索给定字符串的首次出现。

获得此速度的关键组件是使用grep内包含的高度精确的高效算法。

虽然这仅比对系统头文件使用grep方便一小点,但是它更不容易出错。

Take the output of that command and use grep to get the line that has the string Mem in it.

获取这个命令的结果,并使用grep获取包含字符串Mem的行。

grep的各种选项完成许多小实用程序的工作,如果这些工作都由单独的小实用程序来完成,最终会造成大量共享的、重复的代码。

在此示例中,grep对行进行筛选,并输出其修改日期和名称中带Dec的所有文件。

Examine the same file system with the lsfs command to see what information is similar and different between it and the grep output.

使用lsfs命令检查文件系统,看它与grep输出结果之间有何异同。

grep实用工具不支持捕获,因为其目标是打印包含模式的行。

全球根除牛瘟计划起初集中力量确定该疾病的地理分布和流行病学。

Regexps are also popularly used in the Perl language, but Perl regexps are different from those you'd build using grep.

regexp在Perl语言中也很常用,但Perlregexp与使用grep构建的regexp不同。

grep的默认行为是在指定多个文件的情况下打印从其中找到匹配项的那个文件名称。

LDAP所提供的现有数据存储搜索选项不具有grep用户已经习惯了的速度和灵活性。

关于这个示例,第二项需要说明的重要内容是,您以远程的方式执行了grep操作。

For practical purposes, regular expressions need to be handled on an ad hoc basis -- and we have grep for just this purpose.

实用起见,规则表达式需要以特殊方式处理--为此我们使用grep。

Note that this is not regular expression matching as used by grep.

注意:这不是grep使用的正则表达式匹配。

grep的一个常见的基本用法错误是通过管道将cat的输出发送到grep以搜索单个文件的内容。

The launching of GREP was founded on the scientific understanding that the eradication of rinderpest was feasible.

全球根除牛瘟计划依据根除牛瘟是可行的科学认识。

The http. conf file can be located usually by performing ps -ef|grep http and identifying the conf file in use.

通常可以通过执行ps-ef|grephttp并确定正在使用的conf文件来找到http.conf文件。

The add_device. php script is run with this IP address, with the output filtered to only the line containing the ID using the grep command.

add_device.php脚本就在此IP地址运行,其结果只被那些包含使用grep命令ID的行所过滤。

grep与map的工作方式十分类似,只是在表达式或块返回true时,元素只是“通过”。

So grep runs through all C files looking for the text pattern that it was given.

因此,grep检查所有C文件,查找指定的文本模式。

GNU项目网站:下载用于您的操作系统的免费GNUgrep副本。