Grep más líneas alrededor
grep foo -A [line_after]
grep foo -B [line_before]
Perfect Polecat
grep foo -A [line_after]
grep foo -B [line_before]