CMIS 325 Name:_______________________________ More fun with grep. In the linux.words file in ~dwills/Testfiles (also on the class web site), the one with 45427 words and lines. How many words start and end with a vowel, like ice and utopia. How many words start and end with the same vowel, like eye and alpha (use egrep). What is/are the longest word/s? How many two letter words are there? How many words have non-letters? How many words start with a capital letter (i.e. proper nouns)? How many words have a capital letter that isn't at the beginning of the word? How many words with four or more of the same vowel, like initializing. What's the longest word with only one vowel?