The ninth case study in the greatest class I will ever take.
I will demonstrate my super-grep powers!
lab46:~$ cat pelopwar.txt | grep -c coast 9 lab46:~$ cat pelopwar.txt | grep -wc coast 8 lab46:~$ cat pelopwar.txt | grep -wc ".*Dorian " 0