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:
parent
5bd8d80998
commit
6398e538ed
2 changed files with 8 additions and 0 deletions
|
@ -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`
|
||||
|
|
|
@ -7,6 +7,10 @@
|
|||
|
||||
`cowsay "Hello world!"`
|
||||
|
||||
- Use text from standard input for the balloon:
|
||||
|
||||
`echo "Hello!" | cowsay`
|
||||
|
||||
- List all available characters:
|
||||
|
||||
`cowsay -l`
|
||||
|
|
Loading…
Add table
Reference in a new issue