Forrest logo
back to context overview

xcowsay

List of commands for xcowsay:

  • xcowsay:tldr:0af16 xcowsay: Display a different sized cow.
    $ xcowsay --cow-size=${select}
    try on your machine
    explain this command
  • xcowsay:tldr:53f40 xcowsay: Display a cow at the specified X and Y coordinates.
    $ xcowsay --at=${X},${Y}
    try on your machine
    explain this command
  • xcowsay:tldr:609e2 xcowsay: Display a cow with output from another command.
    $ ls | xcowsay
    try on your machine
    explain this command
  • xcowsay:tldr:83590 xcowsay: Display a cow saying "hello, world".
    $ xcowsay "${hello, world}"
    try on your machine
    explain this command
  • xcowsay:tldr:a5479 xcowsay: Display a thought bubble instead of a speech bubble.
    $ xcowsay --think
    try on your machine
    explain this command
  • xcowsay:tldr:c7877 xcowsay: Display a different image instead of the default cow.
    $ xcowsay --image=${filename}
    try on your machine
    explain this command
back to context overview