- figlet的字体flf可以给toilet用
- toilett有一种独有字体tlf
- 字体的位置在/usr/share/figlet
- 还有很多字体可以在[figlet](http://www.figlet.org/fontdb.cgi)查看,下载,并放到文件夹使用
- 所有的字体效果图在
- 下次再说!??
apt search toilet
apt show toilet
sudo apt install toilet
toilet oeasy
echo -e "\e[01;32m$(toilet -f ascii9 "oeasy")\e[00m"
find /usr/share/figlet -name "*.tlf" -exec basename {} \; | sed -e "s/\..lf$//" | xargs -I{} toilet -f {} {}
toilet -f bigmono9 --gay --html "oeasy.org" >> toilet.html
firefox toilet
上一章010204figlet 参与制作 去做实验 下一章010206sl
原文:https://www.cnblogs.com/oeasy/p/13620616.html