linux 公仔 - cowsay 及 boxes

介紹:

cowsay 牛說, 它是用來生成有趣 ASCII 公仔的 tools 來,

當我們寫它進 ~/.bashrc 後, 那每次 login 都會見到佢 ^^

< Good job >
 ----------
       \   ,__,
        \  (oo)____
           (__)    )\
              ||--|| *

安裝:

apt-get install cowsay

真是很奇怪, 在 debian 上, cowsay 不是在 bin 目錄上,

而是在 /usr/games/cowthink,

所以我 link 它去 /bin/cowsay

 

用法:

cowsay -f cowfile $(fortune)

cowfile 是指那些公仔檔, 它們是存放在

/usr/share/cowsay/cows/*
 

如果想知有什麼公仔, 可以鍵入以下指令

/usr/games/cowthink -l

有趣的公仔:
apt             cower           hellokitty      moofasa         turkey
bud-frogs       daemon          ghostbusters    moose           turtle
bunny           default         gnu             small           tux
calvin          dragon          kitty           stegosaurus     vader-koala
cheese          duck            meow            stimpy          www
cock            elephant        milk            suse

 

preview 輸出

lamp:~#/usr/games/cowthink -f dragon "I am datahunter"
 _________________
( I am datahunter )
 -----------------
      o                    / \  //\
       o    |\___/|      /   \//  \\
            /0  0  \__  /    //  | \ \
           /     /  \/_/    //   |  \  \
           @_^_@'/   \/_   //    |   \   \
           //_^_/     \/_ //     |    \    \
        ( //) |        \///      |     \     \
      ( / /) _|_ /   )  //       |      \     _\
    ( // /) '/,_ _ _/  ( ; -.    |    _ _\.-~        .-~~~^-.
  (( / / )) ,-{        _      `-.|.-~-.           .~         `.
 (( // / ))  '/\      /                 ~-. _ .-~      .-~^-.  \
 (( /// ))      `.   {            }                   /      \  \
  (( / ))     .----~-.\        \-'                 .~         \  `. \^-.
             ///.----..>        \             _ -~             `.  ^-`  ^-_
               ///-._ _ _ _ _ _ _}^ - - - - ~                     ~-- ,.-~
                                                                  /.-~

 

 


 

boxes

 

安裝:

apt-get install boxes

使用:

echo "This is a test" | boxes

/******************/
/* This is a test */
/******************/

 

echo "This is a test" | boxes -d xes

        <\/><\/>
    <\/></\></\><\/>
    </\>        </\>
 <\/>This is a test<\/>
 </\>              </\>
<\/>                <\/>
</\>                </\>
 <\/>              <\/>
 </\>              </\>
    <\/>        <\/>
    </\><\/><\/></\>
        </\></\>

 

列出所有 boxes:

boxes -l

 

VI 上應用:

 

3!!boxes

 


 

補充:

每日學一點 - fortunes

Creative Commons license icon Creative Commons license icon