标签:title com grep pre tab foo head file nbsp
1
grep -B 5 foo file
grep -A 5 foo file
grep -C 5 foo file
grep显示前后几行信息
原文地址:https://www.cnblogs.com/lijianming180/p/12041474.html