mirror of https://github.com/CrimsonTome/tldr.git
cowsay: remove overly complex example, reword desc (#1323)
parent
c644c19a8c
commit
8493ee06ba
|
@ -1,8 +1,7 @@
|
||||||
# cowsay
|
# cowsay
|
||||||
|
|
||||||
> Generate an ASCII character like a cow or sheep saying or thinking something.
|
> Generate an ASCII character like a cow or sheep saying or thinking something.
|
||||||
> Available characters are stored in the /usr/share/cowsay on Linux.
|
> Available characters are stored in /usr/share/cowsay on Linux, and /usr/local/share/cows/ on Mac.
|
||||||
> And /usr/local/share/cows/ on Mac.
|
|
||||||
|
|
||||||
- Print an ASCII cow saying "Hello world!":
|
- Print an ASCII cow saying "Hello world!":
|
||||||
|
|
||||||
|
@ -15,7 +14,3 @@
|
||||||
- Print a stoned thinking ASCII cow:
|
- 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 ..."`
|
||||||
|
|
||||||
- Print out a list of all characters with cowsay:
|
|
||||||
|
|
||||||
`ls -1 {{cowsay_character_directory}} | rev | cut -c 5- | rev | xargs -I _ cowsay -f _ cowsay -f _`
|
|
||||||
|
|
Loading…
Reference in New Issue