Cowsay : Dialogues by cow in terminal

Cowsay is a utility for printing text as dialogues (as a balloon) by cow.

hash@ssl50:~$ cowsay "Carry on"
__________
< Carry on>
----------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
A variety of 'cows' like skeleton, tux, devil, dragon, turtle, etc are available. For more available cows check the directory /usr/share/cowsay/cows.

hash@ssl50:~$ cowsay -f tux "Carry on"
__________
< carry on >
----------
\
\
.--.
|o_o |
|:_/ |
// \ \
(| | )
/'\_ _/`\
\___)=(___/


For more fun , redirect fortune output to cowsay and put in .bashrc .
hash@ssl50:~$ fortune | cowsay
___________________________
/ Exhilaration is that feeling you get \
| just after a great idea hits you, and |
| just before you realize what is wrong |
\ with it. /
---------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||

0 comments: