Linux终端生成图案字符工具--figlet
1、安装figlet
yum install -y figlet
2、预览所有字体
showfigfonts
3、开始愉快的玩耍
figlet -cf bubble HELLO & figlet -cf big WORLD
-c 图案居中
-f 指定字体,上面分别使用了 bubble和big字体
记录精彩的程序人生
yum install -y figlet
showfigfonts
figlet -cf bubble HELLO & figlet -cf big WORLD
-c 图案居中
-f 指定字体,上面分别使用了 bubble和big字体
|
|