Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'uppercase and lowercase' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
uppercase and lowercase
Authored by: doctype on Feb 28, '08 09:53:15AM
As grep is case-sensitive, I'd suggest to add the -i option (ignore case distinctions):

echo `grep -w -i $text /usr/share/dict/words`

[ Reply to This | # ]