awk et grep en linux pour waht
$ awk '/Unix/{x++;}END{print x}' file
2
Bloody Barracuda
$ awk '/Unix/{x++;}END{print x}' file
2