标签:
1、sl 
 alias ls=sl apt-get install fortune 	(for aptitude based system) yum install fortune 		(for yum based system) jh@linux:~$ fortune There is no distinctly native American criminal class except Congress.         -- Mark Twain 

jh@linux:~$ fortune -s | cowsay -f duck  ___________________________________ / 《闺怨》 作者:王昌龄       \ \ 闺中少妇不知愁,春日凝妆上翠楼。 忽见陌头杨柳色,悔教夫婿觅封侯。 /  -----------------------------------  \   \    \ >()_       (__)__ _ jh@linux:~$ cowthink I am thinking!  ________________ ( I am thinking! )  ----------------         o   ^__^          o  (oo)\_______             (__)\       )\/\                 ||----w |                 ||     || jh@linux:~$ cowsay -f ghostbusters Who you Gonna Call  ____________________ < Who you Gonna Call >  --------------------           \            \             \          __---__                     _-       /--______                __--( /     \ )XXXXXXXXXXX\v.              .-XXX(   O   O  )XXXXXXXXXXXXXXX-             /XXX(       U     )        XXXXXXX\           /XXXXX(              )--_  XXXXXXXXXXX\          /XXXXX/ (      O     )   XXXXXX   \XXXXX\          XXXXX/   /            XXXXXX   \__ \XXXXX          XXXXXX__/          XXXXXX         \__---->  ---___  XXX__/          XXXXXX      \__         /    \-  --__/   ___/\  XXXXXX            /  ___--/=     \-\    ___/    XXXXXX              ‘--- XXXXXX        \-\/XXX\ XXXXXX                      /XXXXX          \XXXXXXXXX   \                    /XXXXX/           \XXXXXX      >                 _/XXXXX/             \XXXXX--__/              __-- XXXX/              -XXXXXXXX---------------  XXXXXX-                 \XXXXXXXXXXXXXXXXXXXXXXXXXX/                   ""VXXXXXXXXXXXXXXXXXXV"" jh@linux:~$ cowsay -f "$(ls /usr/share/cowsay/cows | sort -R | head -1)" "$(fortune -s)"  _______________________________________ / Q: What‘s the difference betweeen USL \ | and the Graf Zeppelin? A: The Graf    | | Zeppelin represented cutting edge     | \ technology for its time.              /  ---------------------------------------       \                    / \  //\        \    |\___/|      /   \//  \\             /0  0  \__  /    //  | \ \                /     /  \/_/    //   |  \  \              @_^_@‘/   \/_   //    |   \   \             //_^_/     \/_ //     |    \    \         ( //) |        \///      |     \     \       ( / /) _|_ /   )  //       |      \     _\     ( // /) ‘/,_ _ _/  ( ; -.    |    _ _\.-~        .-~~~^-.   (( / / )) ,-{        _      `-.|.-~-.           .~         `.  (( // / ))  ‘/\      /                 ~-. _ .-~      .-~^-.  \  (( /// ))      `.   {            }                   /      \  \   (( / ))     .----~-.\        \-‘                 .~         \  `. \^-.              ///.----..>        \             _ -~             `.  ^-`  ^-_                ///-._ _ _ _ _ _ _}^ - - - - ~                     ~-- ,.-~                                                                   /.-~  jh@linux:~$ cowsay -f "$(ls /usr/share/cowsay/cows | sort -R | head -1)" "$(fortune -s)"  _____________________________________ / You will be awarded the Nobel Peace \ \ Prize... posthumously.              /  -------------------------------------    \             \     \             \_      \             \\       \             \\/\        \            _\\/         \         /   -\          \      /  oo   -\           \   /           \              |    ---\    -\              \--/     \     \                        |      -\                         \       -\         -------------\    /-\                          \        \-------/              ---/    \                           \                                  |\   \                            |                                 / |  |                            \                                |  \  |                             |                              /    \ |                             |                             /     \ |                              \                             \     \|                               -              /--------\    |      o                                \+   +---------          \   |                                 |   |                   |   \                                 |   |                    \   |                                 |   |                    |   \                                 |   |                     \   |                                  \  |                     |   |                                  |  |                      \  \                                  |  |                      |   |                                  +--+                       ---+ 

jh@linux:~$ yes hello,world hello,world hello,world hello,world hello,world hello,world hello,world hello,world 

jh@linux:~$ figlet linux   _ _                   | (_)_ __  _   ___  __ | | | ‘_ \| | | \ \/ / | | | | | | |_| |>  <  |_|_|_| |_|\__,_/_/\_\   jh@linux:~$ figlet linux -f script  _                          | | o                       | |     _  _                |/  |  / |/ |  |   |  /\/   |__/|_/  |  |_/ \_/|_/ /\_/                                                         jh@linux:~$ figlet linux -f bubble   _   _   _   _   _    / \ / \ / \ / \ / \  ( l | i | n | u | x )  \_/ \_/ \_/ \_/ \_/  jh@linux:~$ figlet linux -f shadow  |_)                     | | __ \  |   |\ \  /   | | |   | |   | `  <   _|_|_|  _|\__,_| _/\_\                          jh@linux:~$ figlet linux -f lean                                                _/  _/                                    _/      _/_/_/    _/    _/  _/    _/      _/  _/  _/    _/  _/    _/    _/_/        _/  _/  _/    _/  _/    _/  _/    _/      _/  _/  _/    _/    _/_/_/  _/    _/    

标签:
原文地址:http://www.cnblogs.com/probemark/p/5924898.html