fortune

fortune是一个随机显示格言的小程序

1
sudo apt-get install fortune

效果:

1
2
3
linus@Ubuntu:~$ fortune
"You have been in Afghanistan, I perceive."
-- Sir Arthur Conan Doyle, "A Study in Scarlet"

cowsay

用ASCII字符打印牛,羊等动物,还有个cowthink,这个是奶牛想,那个是奶牛说,哈哈,差不多

1
sudo apt install cowsay

运行

1
cowsay "I am not a cow, hahaha"
1
cowsay -l  查看其它动物的名字,然后-f跟上动物名,如
1
cowsay -f tux "坑爹啊"

还可以让cowsay说出fortune的内容,就像这样:

1
fortune | cowsay

补充:xcowsay:是cowsay的升级版,可以显示奶牛图片,并配上文字

cmatrix

这个很酷!《黑客帝国》那种矩阵风格的动画效果

1
sudo apt-get install cmatrix

运行:

1
cmatrix

效果:

https://pic.lingjun.life/23/12/image_d41d8cd98f00b204e9800998ecf8427e.png

figlet 、toilet

艺术字生成器,由ASCII字符组成,把文本显示成标题栏。此外还有banner这个命令

1
2
3
sudo apt-get install figlet

sudo apt-get install toilet

运行

1
figlet hello world !

效果