Grep mais linhas ao redor
grep foo -A [line_after]
grep foo -B [line_before]
Perfect Polecat
grep foo -A [line_after]
grep foo -B [line_before]