cowsay

Displays ASCII art of a cow with a message in a speech bubble

brewmacoslinux
Try with needOr install directly
Source

About

Apjanke's fork of the classic cowsay project

Commands

cowsay

Examples

Display a simple message from a cow$ cowsay 'Hello, World!'
Pipe text from another command to cowsay$ echo 'This is piped text' | cowsay
Use a specific cow character (like dragon)$ cowsay -f dragon 'Welcome to the farm!'