mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 22:05:59 +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!"`
|
`cowsay "Hello world!"`
|
||||||
|
|
||||||
|
- Usa il testo da standard input per il fumetto:
|
||||||
|
|
||||||
|
`echo "Ciao!" | cowsay`
|
||||||
|
|
||||||
- Elenca tutti i personaggi disponibili:
|
- Elenca tutti i personaggi disponibili:
|
||||||
|
|
||||||
`cowsay -l`
|
`cowsay -l`
|
||||||
|
|
|
@ -7,6 +7,10 @@
|
||||||
|
|
||||||
`cowsay "Hello world!"`
|
`cowsay "Hello world!"`
|
||||||
|
|
||||||
|
- Use text from standard input for the balloon:
|
||||||
|
|
||||||
|
`echo "Hello!" | cowsay`
|
||||||
|
|
||||||
- List all available characters:
|
- List all available characters:
|
||||||
|
|
||||||
`cowsay -l`
|
`cowsay -l`
|
||||||
|
|
Loading…
Add table
Reference in a new issue