天天看点

linux grep 显示前后几行

grep -C 5 foo file 前后

grep -B 5 foo file before

grep -A 5 foo file after

继续阅读