1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:42:09 +02:00
tldr/pages/common/cowsay.md
2021-04-13 20:07:18 +02:00

504 B

cowsay

Generate an ASCII character (by default a cow) saying or thinking something. More information: https://github.com/tnalpgge/rank-amateur-cowsay.

  • Print an ASCII cow saying "Hello world":

cowsay "Hello world"

  • Read text from stdin for the balloon:

echo "Hello" | cowsay

  • List all available characters:

cowsay -l

  • Print an ASCII dragon saying "Hello":

cowsay -f dragon "Hello"

  • Print a stoned thinking ASCII cow:

cowthink -s "I'm just a cow, not a great thinker..."