Leif160519的blog Leif160519的blog

——————

目录
Linux下生成字符画
/  

Linux下生成字符画

1.figlet

安装

apt install figlet
或者
yum install figlet

使用

figlet hello
 _          _ _
| |__   ___| | | ___
| '_ \ / _ \ | |/ _ \
| | | |  __/ | | (_) |
|_| |_|\___|_|_|\___/

2.banner

安装

apt-get install sysvbanner
或者
yum install banner

使用:

banner hello 

 #    #  ######  #       #        ####
 #    #  #       #       #       #    #
 ######  #####   #       #       #    #
 #    #  #       #       #       #    #
 #    #  #       #       #       #    #
 #    #  ######  ######  ######   ####

3.toilet

安装

apt-get install toliet

使用

toilet hello
 #             ""#    ""#
 # mm    mmm     #      #     mmm
 #"  #  #"  #    #      #    #" "#
 #   #  #""""    #      #    #   #
 #   #  "#mm"    "mm    "mm  "#m#"

“The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.” – Tom Cargill

标  题Linux下生成字符画
作  者Leif160519
出  处https://github.icu/articles/2019/09/06/1567762200259.html
关于博主:坐标南京,运维工程师,如有问题探讨可以直接下方留言。
声援博主:如果您觉得文章对您有帮助,可以评论、订阅、收藏。您的鼓励是博主的最大动力!