grep怎样匹配tab键

grep怎样匹配tab键

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

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