cowsay: fix commands for zsh (#5742)
This commit is contained in:
@@ -3,22 +3,22 @@
|
||||
> 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!":
|
||||
- Print an ASCII cow saying "Hello world":
|
||||
|
||||
`cowsay "Hello world!"`
|
||||
`cowsay "Hello world"`
|
||||
|
||||
- Use text from standard input for the balloon:
|
||||
- Read text from stdin for the balloon:
|
||||
|
||||
`echo "Hello!" | cowsay`
|
||||
`echo "Hello" | cowsay`
|
||||
|
||||
- List all available characters:
|
||||
|
||||
`cowsay -l`
|
||||
|
||||
- Print an ASCII dragon saying "Hello!":
|
||||
- Print an ASCII dragon saying "Hello":
|
||||
|
||||
`cowsay -f dragon "Hello!"`
|
||||
`cowsay -f dragon "Hello"`
|
||||
|
||||
- Print a stoned thinking ASCII cow:
|
||||
|
||||
`cowthink -s "I'm just a cow, not a great thinker ..."`
|
||||
`cowthink -s "I'm just a cow, not a great thinker..."`
|
||||
|
Reference in New Issue
Block a user