Bootstrap

linux中grep制表符\t

命令是这样的

 grep -rP $'\t' 所需grep的目录

例子:grep /contrib/jobs/目录下的所有文件
 grep -rP $'\t' ./contrib/jobs/
;