/usr/share/cowsay/cows/gnu.cow is in cowsay 3.03+dfsg1-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | ## vim:ft=perl:
## GNU/say - (c) 2006 Gerfried Fuchs <rhonda@deb.at>
## distributed under the WTFPLv2 license
##
$the_cow = <<"EOC";
$thoughts ,-----._
. $thoughts . ,' `-.__,------._
// $thoughts __\\\\' `-.
(( _____-'___)) |
`:='/ (alf_/ |
`.=| |=' |
|) O | \\
| | /\\ \\
| / . / \\ \\
| .-..__ ___ .--' \\ |\\ \\ |
|o o | ``--.___. / `-' \\ \\\\ \\ |
`--'' ' .' / / | | | | \\
$tongue | | / / | | | mmm
| || | | /| |
( .' \\ \\ || | |
| | \\ \\ // / /
| | \\ \\ || |_|
/ | |_/ /_|
/__/
EOC
|