mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 01:18:00 +01:00
15 lines
333 B
Markdown
15 lines
333 B
Markdown
# cowsay
|
|
|
|
> Generate an ASCII character like a cow or sheep saying or thinking something.
|
|
|
|
- Print an ASCII cow saying "Hello world!":
|
|
|
|
`cowsay "Hello world!"`
|
|
|
|
- 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 ..."`
|