1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:02:09 +02:00
tldr/pages/common/cowsay.md
2017-05-26 13:39:10 +01:00

19 lines
379 B
Markdown

# cowsay
> Generate an ASCII character (by default a cow) saying or thinking something.
- 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 ..."`