awk и grep в Linux для waht

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