grep -i的意思|示意

美 / / 英 / /

grep - i


grep -i的网络常见释义

忽略大小写 ...能运行起来很慢,请耐心等待) #查找指定目录/etc下所有内容中有Keyboard字符串的文件,并显示文件名(grep -H),忽略大小写(grep -i),以彩色显示出大小写完全匹配的部分.

不区分大小写 ... grep 查找的内容 文件名 在文件内部查找包含查找内容的行 grep -i 不区分大小写 grep -v 内容 查找不包含内容的行 ...

跳过大小写 ... Grep 过滤关键字 Grep -i 跳过大小写 Grep -v 反向过滤 ...

grep -i相关短语

1、 grep -i passwd 在过滤时忽略大小写

grep -i相关例句

Listing 5 shows a Linux system where an Apache log has accidentally been deleted, and I am using the grep tool to find out if anyone has it open.

清单5显示了一个Linux系统,其中意外地删除了Apache日志,我正使用grep工具查找是否有人打开了该文件。

To correct that, I added an extra grep call.

为了纠正那一点,我添加了一个额外的grep调用。

My first thought is that I could use simple grep commands to search for the number of quakes per day.

我第一个想到的就是使用简单的grep命令来搜索每天的地震数。

Run grep -i community /etc/snmpdv3.conf | grep public and ensure that there is an uncommented line similar to COMMUNITY public public noAuthNoPriv 0.0.0.0 0.0.0.0.

运行 grep -i community /etc/snmpdv3.conf | grep public,确保有一个与 COMMUNITY public public noAuthNoPriv 0.0.0.0 0.0.0.0 相似的非注释行。

the command grep -i -E '(\b(of|the)\W+){2,}' test.txt produces

命令 grep -i -E '(\b(of|the)\W+){2,}' test.txt 将生成

The second method is to use the -i option, which tells grep to ignore case sensitivity.

第二种方法是使用 -i 选项,这告诉 grep 忽略大小写的敏感性。