1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 11:46:00 +02:00

cowsay: add stdin example

This commit is contained in:
Marco Bonelli 2019-06-14 19:13:39 +02:00 committed by Agniva De Sarker
parent 5bd8d80998
commit 6398e538ed
2 changed files with 8 additions and 0 deletions

View file

@ -7,6 +7,10 @@
`cowsay "Hello world!"`
- Usa il testo da standard input per il fumetto:
`echo "Ciao!" | cowsay`
- Elenca tutti i personaggi disponibili:
`cowsay -l`

View file

@ -7,6 +7,10 @@
`cowsay "Hello world!"`
- Use text from standard input for the balloon:
`echo "Hello!" | cowsay`
- List all available characters:
`cowsay -l`