1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 18:44:56 +02:00
tldr/pages/common/cowsay.md
2019-06-09 18:53:49 +02:00

450 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!"

  • List all available characters:

cowsay -l

  • Print an ASCII dragon saying "Hello!":

echo "Hello!" | cowsay -f dragon

  • Print a stoned thinking ASCII cow:

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