linux 文件搜索命令 grep、-i、-v ^#

时间:2018-08-19 10:56:29   收藏:0   阅读:1164

grep /bin/grep
grep -iv [指定字条串] [文件]
在文件中搜索字符串匹配的行并输出
-i 不区分大小写 -v 排除指定字符串


grep -i java /etc/profile


grep -v ^# /etc/profile
不显示以#开头的行

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!