Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
cowsay
Program that generates ASCII pictures of a cow with a message
  • Free and open-source software portal

cowsay is a program that generates ASCII art pictures of a cow with a message. It can also generate pictures using pre-made images of other animals, such as Tux the Penguin, the Linux mascot. It is written in Perl. There is also a related program called cowthink, with cows with thought bubbles rather than speech bubbles. .cow files for cowsay exist which are able to produce different variants of cows, with different kinds of eyes, and so forth. It is sometimes used on IRC, desktop screenshots, and in software documentation. It is more or less a joke within hacker culture, but has been around long enough that its use is rather widespread. In 2007, it was highlighted as a Debian package of the day.

Related Image Collections Add Image
We don't have any YouTube videos related to cowsay yet.
We don't have any PDF documents related to cowsay yet.
We don't have any Books related to cowsay yet.
We don't have any archived web articles related to cowsay yet.

Example

The Unix command fortune can also be piped into the cowsay command:

[user@hostname ~]$ fortune | cowsay ________________________________________ / You have Egyptian flu: you're going to \ \ be a mummy. / ---------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||

Using the parameter -f followed by tux, one can replace the cow with other beings, such as Tux, the Linux mascot:

[user@hostname ~]$ fortune | cowsay -f tux _________________________________________ / You are only young once, but you can \ \ stay immature indefinitely. / ----------------------------------------- \ \ .--. |o_o | |:_/ | // \ \ (| | ) /'\_ _/`\ \___)=(___/

Using the parameter -l shows all available cow files:

[user@hostname ~]$ cowsay -l Cow files in /usr/share/cowsay/cows: apt beavis.zen bong bud-frogs bunny calvin cheese cock cower daemon default dragon dragon-and-cow duck elephant elephant-in-snake eyes flaming-sheep ghostbusters gnu head-in hellokitty kiss kitty koala kosh luke-koala mech-and-cow meow milk moofasa moose mutilated pony pony-smaller ren sheep skeleton snowman sodomized-sheep stegosaurus stimpy suse three-eyes turkey turtle tux unipony unipony-smaller vader vader-koala www

Parameters

OptionPurpose
-nDisables word wrap, allowing the cow to speak FIGlet or to display other embedded ASCII art. Width in columns becomes that of the longest line, ignoring any value of -W.
-WSpecifies width of the speech balloon in columns, i.e. characters in a monospace font. Default value is 40.
-bBorg mode”, uses == in place of oo for the cow′s eyes.
-d“Dead”, uses XX, plus a descending U to represent an extruded tongue, also used on Linux kernel oops.
-g“Greedy”, uses $$.
-p“Paranoid”, uses @@.
-s“Stoned”, uses ** to represent bloodshot eyes, plus a descending U to represent an extruded tongue.
-t“Tired”, uses --.
-w“Wired”, uses OO.
-y“Youthful”, uses .. to represent smaller eyes.
-e eye_stringManually specifies the cow′s eye-type, e.g. cowsay -e ^^ (see Eastern-style emoticon).4
-T tongue_stringManually specifies the cow′s tongue shape, e.g. cowsay -T \(\) for a pair of parentheses.5
-f cowfileSpecifies a .cow file from which to load alternative ASCII art. Accepts both absolute file-paths and those relative to the environment variable COWPATH.
-lLists the names of available cow-files in the COWPATH directory instead of displaying a quote.
  • Sandra Henry-Stocker (Dec 15, 2020). "Creating your own cowsay messenger". Unix as a Second Language; Network World. networkworld.com. Retrieved 21 September 2023.
  • c't Spaß mit Technik (2018): Einfache Computerprojekte zum Selbermachen. p. 120. c't-Redaktion; Heise Medien GmbH & Co. KG. ISBN 9783957882073. Retrieved 21 September 2023.
  • Sreenath (5 July 2023). "Moo! There is a Cow in My Linux Terminal". It's FOSS. itsfoss.com. Retrieved 21 September 2023.

References

  1. Orr, Mike (June 2001). "cowsay--ASCII Art for Your Screen". Linux Gazette. Archived from the original on 2012-03-19. Retrieved 2012-04-24. https://web.archive.org/web/20120319053732/http://linuxgazette.net/issue67/orr.html

  2. Newborough, Philip (2007-10-05). "A Virtual Richard Stallman for Cowsay Hack". Archived from the original on 2011-07-25. https://web.archive.org/web/20110725210040/http://crunchbang.org/archives/2007/10/05/a-virtual-richard-stallman-for-cowsay-hack/

  3. Beshenov, Alexey (2007-10-28). "cowsay: a configurable talking and thinking cow". Debian Package of the Day. Archived from the original on 2007-10-30. Retrieved 2022-01-31. http://debaday.debian.net/2007/10/28/cowsay-a-configurable-talking-and-thinking-cow/

  4. Characters other than printable in C0 controls and basic Latin (U+0021–U+007E) will not display properly as these parameters accept only the first two bytes of input value. Using a pre-defined cow-face will over-ride any value of -e and -T. /wiki/C0_controls_and_basic_Latin

  5. Characters other than printable in C0 controls and basic Latin (U+0021–U+007E) will not display properly as these parameters accept only the first two bytes of input value. Using a pre-defined cow-face will over-ride any value of -e and -T. /wiki/C0_controls_and_basic_Latin