Converts text to title case with proper handling of articles and prepositions
Script to convert text to title case
titlecase$ titlecase 'the quick brown fox jumps over the lazy dog'$ titlecase < input.txt$ echo 'hello world from homebrew' | titlecase