SHELL脚本中的文本处理工具(grep,sed,awk)

grep 过滤关键字符 grep -e=egrep grep参数 vim file grep westos file:过滤westos关键字 grep ^westos file :过滤以westos开头的关键字 grep westos$ file :过滤以westos结尾的关键字 grep -i westos file:过滤westos关键字并且忽略大小写 grep -E “\<westos” f
相关文章
相关标签/搜索