oeasy教您玩转linux010204-figlet

简介: oeasy教您玩转linux010204-figlet

我们来回顾一下 😌

上一部分我们都讲了什么?🤔

用 apt 查询并下载了 linuxlogo
用字符画出了 linux 发行版的 logo
还查了手册,通过改参数控制输出信息

我们还能玩点什么呢?🧸

这个实验我们想制作大字符画 (large character),于是我们在源里面搜索 large character。

注意这里 large 和 character 有空格

apt search large character

找到两个命令 figlet 和 toilet

从源下载 figlet

apt search figlet

figlet 灵魂三问 💡

让我们来发起“灵魂三问”。 😉

whatis figlet
whereis -b figlet
which figlet

figlet
具体用一下这个 figlet

figlet oeasy

我们可以看到 oeasy 做为参数,被放大了,被做成了字符画,做成了签名档。

Image text

还有什么细节吗?我们来查查手册!📕
figlet 细节

对齐方式:
    -l 左
    -c 中
    -r 右
改变字体:
    -f fontfile
    figlet 字体文件 flf 在哪呢?🤔

使用 find 命令在/(root) 下查找所有 flf 文件

sudo find / -name "*.flf"

Image text

字体 fif 文件都在 figlet 文件夹里,我们可以做各种各样的签名档了!
banner、签名档一览

Image text
疑问 🤔

我们突然有了一个疑问,那么大字符可以带有颜色吗?迅速在手册中搜索
/color
一下,没有结果~

接下来我们我们去另一个大字符工具那里玩一下...

另一个工具 toilet 到底什么意思?🤔下次再说!👋

目录
相关文章
|
7月前
|
人工智能 Java Linux
[oeasy]python001_先跑起来_python_三大系统选择_windows_mac_linux
[oeasy]python001_先跑起来_python_三大系统选择_windows_mac_linux
36 1
|
Java Linux Shell
[oeasy]教您玩转linux0001 - 先跑起来 🥊
先跑起来 🥊 Python 什么是 Python? Python 很好用 适合初学者 而且在各个领域都很强大 后来居上 下图可以点开 python3 早已有之 最终逆风翻盘 当然 java 也是非常伟大的对手 历史辉煌 三次问鼎 tiobe 霸主之位 LinuxJournal 最喜欢的编程语言 2009-2011 最喜欢的脚本语言 2006-2008、2010、2011 LinuxQuestion.org 会员选择大奖 2007-2010 从零开始 目前浏览器里这个系统是linux 跑的桌面是xfce 这个词的发音为X-f-c-e即四个字母一个一个的
78 0
[oeasy]教您玩转linux0001 - 先跑起来 🥊
|
Web App开发 Ubuntu Unix
oeasy 教您玩转linux 010304 图形界面 xfce
oeasy 教您玩转linux 010304 图形界面 xfce
383 0
|
Linux
oeasy 教您玩转linux 010303文件管理器 nautilus
oeasy 教您玩转linux 010303文件管理器 nautilus
260 0
|
Web App开发 Linux
oeasy 教您玩转 linux 之 010302 火狐浏览器 firefox
oeasy 教您玩转 linux 之 010302 火狐浏览器 firefox
201 0
|
Linux
oeasy 教您玩转 linux 之 010301 电子宠物 pet
oeasy 教您玩转 linux 之 010301 电子宠物 pet
373 0
|
自然语言处理 Linux
oeasy教您玩转linux 010216 随机诗词 fortunezh
我们来回顾一下😌 上一部分我们都讲了什么?🤔 下载fortune 输出重定向到cowsay 多重输出重定向 fortune的细节 有没有中🀄️文的fortune呢 # 搜索一下fortune apt search fortune chinese 找到了,去下载 中🀄️文fortune 下载中文fortune sudo apt install fortune-zh fortune-zh /usr/share/games/fortunes/{tang300,song100}这两个是中🀄️文的是词库 tang300
264 0
|
Linux
oeasy 教您玩转 linux 010215 随机谚语 fortune
oeasy 教您玩转 linux 010215 随机谚语 fortune
247 0
|
存储 Linux
oeasy 教您玩转 linux 010214 画面转文字 asciiview
oeasy 教您玩转 linux 010214 画面转文字 asciiview
334 0
|
Linux Windows Perl
oeasy教您玩转 linux 010212 管道 pipe
oeasy教您玩转 linux 010212 管道 pipe
298 0