📜  grep 匹配后的第三行 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:16.261000             🧑  作者: Mango

代码示例2
Include -A flag to add lines after match
grep match -A 3    #display match line and 3 after lines