grep匹配TAB的写法
1、grep -P ‘t’ 2、grep [[:space:]] // 所有空白字符 3、直接grep tab字符 // 命令行下用”ESC TAB”输入 4、grep $’t’