> Iz neke datoteke s tekstom bi rad dobil vrstico ki vsebuje "Besedo" +
> sledečih n vrstic. Kako in s čim?
man grep:
-A NUM, --after-context=NUM
Print NUM lines of trailing context after matching
lines.
Torej
grep -A n "Beseda" filename