grep plus de lignes autour
grep foo -A [line_after]
grep foo -B [line_before]
Perfect Polecat
grep foo -A [line_after]
grep foo -B [line_before]