This is blog to discuss the common scripting problems and new ideas regarding scripting..It is mainly for finding different way to do a similar problem..
Sunday, June 14, 2009
vowel count in a file ..........
A script count the number of occurance of vowels in particular file
@khatri.. Dost when u r using -i option in grep it did not need to write [aeiouAEIOU]. it will simply work with [aeiou] bcoz -i option is used for ignoring the case of letters..
@khatri..
ReplyDeleteDost when u r using -i option in grep it did not need to write [aeiouAEIOU]. it will simply work with [aeiou] bcoz -i option is used for ignoring the case of letters..
Thanks...