grep 命令搜索 带空格的字符
时间:2015-05-20 22:05:05
收藏:0
阅读:678
grep - n ‘ a[[:space:]]b‘
就能搜索到 ‘a b‘类似的字符了
原文:http://www.cnblogs.com/kfx2007/p/4518081.html
评论(0)
grep - n ‘ a[[:space:]]b‘
就能搜索到 ‘a b‘类似的字符了
原文:http://www.cnblogs.com/kfx2007/p/4518081.html