Skip to content

monanto/vowels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vowels

Bash script count vowels in words of text files
bash parsevowels.sh
Please enter a file name to parse: passage.txt
The file contains 78 words, of which 47 are four letter words or more in length. The vowel count for these 47 are as follows:
4 contains 0 vowels, these being:
[myth] [crypt,] [hymn] [tryst]
11 contains 1 vowels, these being:
[tract] [vary] [They] [such] [stress] [that] [words] [many] [that] [don't] [such]
17 contains 2 vowels, these being:
[vowel] [syllabic] [speech] [sound] [vocal] [Vowels] [classes] [speech] [sounds,] [other] [being] [Vowels] [also] [closely] [tone,] [vowels] [there]
13 contains 3 vowels, these being:
[without] [stricture] [principal] [consonant] [quality,] [loudness] [quantity] [usually] [voiced] [involved] [prosodic] [However,] [contain]
2 contains 4 vowels, these being:
[pronounced] [because]
There are no words that contain 5 vowel.

About

Bash script count vowels in words of text files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages