天天看點

linux grep 顯示前後幾行

grep -C 5 foo file 前後

grep -B 5 foo file before

grep -A 5 foo file after

繼續閱讀