tldr/pages/common/cowsay.md

20 lines
379 B
Markdown
Raw Normal View History

2016-01-02 22:59:49 +00:00
# cowsay
2017-04-18 22:20:43 +01:00
> Generate an ASCII character (by default a cow) saying or thinking something.
2016-01-02 22:59:49 +00:00
- Print an ASCII cow saying "Hello world!":
2016-01-02 22:59:49 +00:00
`cowsay "Hello world!"`
2017-05-24 23:01:10 +01:00
- List all available characters:
`cowsay -l`
- Print an ASCII dragon saying "Hello!":
2016-01-02 22:59:49 +00:00
`echo "Hello!" | cowsay -f dragon`
- Print a stoned thinking ASCII cow:
2016-01-02 22:59:49 +00:00
`cowthink -s "I'm just a cow, not a great thinker ..."`