linux--grep
Posted charmtool.cn
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux--grep相关的知识,希望对你有一定的参考价值。
grep--Global search Regular Expression and Print out the line的简称,即汉语的意思是 全面搜索正则表达式并且打印出来。
grep的一般格式是
grep 选项 模式 文件
[[email protected] shellCommand]$ grep -n "boy" grepTest1.txt grepTest2.txt 结果: grepTest1.txt:1:i am a boy
以上是关于linux--grep的主要内容,如果未能解决你的问题,请参考以下文章