grep怎样匹配tab键

学习了:https://blog.csdn.net/qixinkui/article/details/2746433

1 grep -P '/t'; 
2 awk '//t/' 
3 ctl+v,tab; 

 

相关文章: