1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 23:55:24 +02:00

cowsay: add listing command

This commit is contained in:
Noah Overcash 2017-05-24 18:01:10 -04:00 committed by Waldir Pimenta
parent a50427e89f
commit 834eefb2d5

View file

@ -7,6 +7,10 @@
`cowsay "Hello world!"`
- List all available characters:
`cowsay -l`
- Print an ASCII dragon saying "Hello!":
`echo "Hello!" | cowsay -f dragon`