titlecase

Converts text to title case with proper handling of articles and prepositions

brewmacoslinux
Try with needOr install directly
Source

About

Script to convert text to title case

Commands

titlecase

Examples

Convert a simple string to title case$ titlecase 'the quick brown fox jumps over the lazy dog'
Convert text from a file to title case$ titlecase < input.txt
Convert piped input to title case$ echo 'hello world from homebrew' | titlecase