Difference between revisions of "Super Cow"

From Organic Design wiki
(cowthink)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== apt-get ==
 
== apt-get ==
 
;apt-get --help
 
;apt-get --help
{{code|<pre>
+
<source>
 
apt 0.7.20.2ubuntu6 for amd64 compiled on Apr 17 2009 04:25:25
 
apt 0.7.20.2ubuntu6 for amd64 compiled on Apr 17 2009 04:25:25
 
Usage: apt-get [options] command
 
Usage: apt-get [options] command
Line 12: Line 12:
 
pages for more information and options.
 
pages for more information and options.
 
                       This APT has Super Cow Powers.
 
                       This APT has Super Cow Powers.
</pre>}}
+
</source>
  
  
 
If your APT has ''super cow powers'' you can then type '''apt-get moo''' to get the following easter egg,
 
If your APT has ''super cow powers'' you can then type '''apt-get moo''' to get the following easter egg,
{{code|<pre>
+
<source>
        (__)  
+
(__)  
 
         (oo)  
 
         (oo)  
 
   /------\/  
 
   /------\/  
Line 24: Line 24:
 
     ~~  ~~   
 
     ~~  ~~   
 
...."Have you mooed today?"...
 
...."Have you mooed today?"...
</pre>}}
+
</source>
  
 
== aptitude ==
 
== aptitude ==
 
;aptitude moo
 
;aptitude moo
{{code|<pre>
+
<source>
 
There are no Easter Eggs in this program.
 
There are no Easter Eggs in this program.
</pre>}}
+
</source>
  
  
 
;aptitude -v moo
 
;aptitude -v moo
{{code|<pre>
+
<source>
 
There really are no Easter Eggs in this program.
 
There really are no Easter Eggs in this program.
</pre>}}
+
</source>
  
  
 
;aptitude -vv moo
 
;aptitude -vv moo
{{code|<pre>
+
<source>
 
Didn't I already tell you that there are no Easter Eggs in this program?
 
Didn't I already tell you that there are no Easter Eggs in this program?
</pre>}}
+
</source>
  
  
 
;aptitude -vvv moo
 
;aptitude -vvv moo
{{code|<pre>
+
<source>
 
Stop it!
 
Stop it!
</pre>}}
+
</source>
  
  
 
;aptitude -vvvv moo
 
;aptitude -vvvv moo
{{code|<pre>
+
<source>
 
Okay, okay, if I give you an Easter Egg, will you go away?
 
Okay, okay, if I give you an Easter Egg, will you go away?
</pre>}}
+
</source>
  
  
 
;aptitude -vvvvv moo
 
;aptitude -vvvvv moo
{{code|<pre>
+
<source>
 
All right, you win.
 
All right, you win.
  
Line 67: Line 67:
 
   -----------------/                  --------\
 
   -----------------/                  --------\
 
   ----------------------------------------------
 
   ----------------------------------------------
</pre>}}
+
</source>
  
  
 
;aptitude -vvvvvv moo
 
;aptitude -vvvvvv moo
{{code|<pre>
+
<source>
 
What is it?  It's an elephant being eaten by a snake, of course.
 
What is it?  It's an elephant being eaten by a snake, of course.
</pre>}}
+
</source>
  
 
==cowsay==
 
==cowsay==
The super cow seems to be inspired by or a variant of ''cowsay'' a cute command line utility that takes some text and draws and ASCII cow with a speech bubble containing your text. You can also add switches which do interesting things. Eg
+
The super cow seems to be inspired by or a variant of ''cowsay'' a cute command line utility that takes some text and draws an ASCII cow with a speech bubble containing your text. You can also add switches which do interesting things. Eg
{{code|<pre>
+
<source>
 
cowsay -s Good shit
 
cowsay -s Good shit
 
  ___________
 
  ___________
Line 87: Line 87:
 
             U  ||----w |
 
             U  ||----w |
 
                 ||    ||
 
                 ||    ||
 +
</source>
  
</pre>}}
+
''cowthink'' works in the same way.
  
''cowthink'' works in the same way.
+
== See also ==
 +
*[[W:ddate|ddate]]
 +
*[[Patriot Cow]]
 +
[[Category:Linux]][[Category:Humor]][[Category:Cows]]

Latest revision as of 18:26, 10 December 2017

apt-get

apt-get --help
apt 0.7.20.2ubuntu6 for amd64 compiled on Apr 17 2009 04:25:25
Usage: apt-get [options] command
       apt-get [options] install|remove pkg1 [pkg2 ...]
       apt-get [options] source pkg1 [pkg2 ...]
                       .
                       .
                       .
See the apt-get(8), sources.list(5) and apt.conf(5) manual
pages for more information and options.
                       This APT has Super Cow Powers.


If your APT has super cow powers you can then type apt-get moo to get the following easter egg,

(__) 
         (oo) 
   /------\/ 
  / |    ||   
 *  /\---/\ 
    ~~   ~~   
...."Have you mooed today?"...

aptitude

aptitude moo
There are no Easter Eggs in this program.


aptitude -v moo
There really are no Easter Eggs in this program.


aptitude -vv moo
Didn't I already tell you that there are no Easter Eggs in this program?


aptitude -vvv moo
Stop it!


aptitude -vvvv moo
Okay, okay, if I give you an Easter Egg, will you go away?


aptitude -vvvvv moo
All right, you win.

                               /----\
                       -------/      \
                      /               \
                     /                |
   -----------------/                  --------\
   ----------------------------------------------


aptitude -vvvvvv moo
What is it?  It's an elephant being eaten by a snake, of course.

cowsay

The super cow seems to be inspired by or a variant of cowsay a cute command line utility that takes some text and draws an ASCII cow with a speech bubble containing your text. You can also add switches which do interesting things. Eg

cowsay -s Good shit
 ___________
< Good shit >
 -----------
        \   ^__^
         \  (**)\_______
            (__)\       )\/\
             U  ||----w |
                ||     ||

cowthink works in the same way.

See also