doc: update command/figlet.md #576

This commit is contained in:
jaywcjlove 2024-05-08 08:04:10 +08:00
parent f9babe1e80
commit 9b2d0a2da4
2 changed files with 9 additions and 9 deletions

View File

@ -3,32 +3,32 @@ figlet
字符串转为 “字画符”。
## 补充说明
将普通字符串转为有简单字符拼接而成的 “字画符”。
## 安装
+ Ubuntu 等系统
Ubuntu 等系统
```shell
apt-get update
apt-get install -y figlet
```
+ CentOS 等系统
CentOS 等系统
```shell
yum install epel-release
yum install -y figlet
```
## 概要
## 语法
```shell
figlet [ message ] [ -option ]
```
## 主要用途
- 将普通字符串转为有简单字符拼接而成的 “字画符”。
## 参数
message 是需要转换的字符串。