1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 18:15:23 +02:00
tldr/pages/linux/xcowsay.md
Managor 611d2c9a04
linux*: refresh old pages part 2 (#16263)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-04-27 10:35:40 +03:00

29 lines
742 B
Markdown

# xcowsay
> Display a cute cow and message on your Linux desktop.
> The cow is displayed for either a fixed amount of time, or an amount of time calculated from the size of the text. Click on the cow to dismiss it immediately.
> More information: <https://manned.org/xcowsay>.
- Display a cow saying "hello, world":
`xcowsay "{{hello, world}}"`
- Display a cow with output from another command:
`ls | xcowsay`
- Display a cow at the specified X and Y coordinates:
`xcowsay --at {{X}},{{Y}}`
- Display a different sized cow:
`xcowsay --cow-size {{small|med|large}}`
- Display a thought bubble instead of a speech bubble:
`xcowsay --think`
- Display a different image instead of the default cow:
`xcowsay --image {{path/to/file}}`