awk und grep in Linux für Waht

$ awk '/Unix/{x++;}END{print x}' file
2
Bloody Barracuda