Forrest logo
back to context overview

cowsay

List of commands for cowsay:

  • cowsay:tldr:02de3 cowsay: Print a dead thinking ASCII cow.
    $ cowthink -d "${I'm just a cow, not a great thinker---}"
    try on your machine
    explain this command
  • cowsay:tldr:48814 cowsay: Print the specified ASCII art saying "hello, world".
    $ cowsay -f ${art} "${hello, world}"
    try on your machine
    explain this command
  • cowsay:tldr:7559e cowsay: List all available art types.
    $ cowsay -l
    try on your machine
    explain this command
  • cowsay:tldr:80738 cowsay: Print an ASCII cow saying "hello, world".
    $ cowsay "${hello, world}"
    try on your machine
    explain this command
  • cowsay:tldr:a61fb cowsay: Print an ASCII cow saying text from `stdin`.
    $ echo "${hello, world}" | cowsay
    try on your machine
    explain this command
  • cowsay:tldr:eb2c3 cowsay: Print an ASCII cow with custom eyes saying "hello, world".
    $ cowsay -e ${characters} "${hello, world}"
    try on your machine
    explain this command
back to context overview