figlet字符画命令工具

figlet字符画命令工具

bash 复制代码
root@gb:/home/gb# figlet Monitor-Device-Mgr
 __  __             _ _                  ____             _                
|  \/  | ___  _ __ (_) |_ ___  _ __     |  _ \  _____   _(_) ___ ___       
| |\/| |/ _ \| '_ \| | __/ _ \| '__|____| | | |/ _ \ \ / / |/ __/ _ \_____ 
| |  | | (_) | | | | | || (_) | | |_____| |_| |  __/\ V /| | (_|  __/_____|
|_|  |_|\___/|_| |_|_|\__\___/|_|       |____/ \___| \_/ |_|\___\___|      
                                                                           
 __  __            
|  \/  | __ _ _ __ 
| |\/| |/ _` | '__|
| |  | | (_| | |   
|_|  |_|\__, |_|   
        |___/      
root@gb:/home/gb# figlet -w 200 Monitor-Device-Mgr
 __  __             _ _                  ____             _                __  __            
|  \/  | ___  _ __ (_) |_ ___  _ __     |  _ \  _____   _(_) ___ ___      |  \/  | __ _ _ __ 
| |\/| |/ _ \| '_ \| | __/ _ \| '__|____| | | |/ _ \ \ / / |/ __/ _ \_____| |\/| |/ _` | '__|
| |  | | (_) | | | | | || (_) | | |_____| |_| |  __/\ V /| | (_|  __/_____| |  | | (_| | |   
|_|  |_|\___/|_| |_|_|\__\___/|_|       |____/ \___| \_/ |_|\___\___|     |_|  |_|\__, |_|   
                                                                                  |___/      
root@gb:/home/gb# 

注:

  1. -w outputwidth 设置字最大符宽
  2. -c 居中对齐
  3. -l 左对齐
  4. -r 右对齐
相关推荐
可涵不会debug6 分钟前
【C++】在线五子棋对战项目网页版
linux·服务器·网络·c++·git
清风-云烟30 分钟前
使用redis-cli命令实现redis crud操作
java·linux·数据库·redis·spring·缓存·1024程序员节
Rm40 分钟前
Linux 防火墙 Systemctl 常用命令速查
linux
孤寂大仙v1 小时前
【Linux】环境变量
linux·运维·服务器
DADIAN_GONG1 小时前
how to use | in Linux? give me an example
linux·运维·服务器
新知图书2 小时前
Linux C\C++编程-文件位置指针与读写文件数据块
linux·c语言·c++
geffen082 小时前
HDBaseT和KVM 和POE是怎么融合在一块的
linux
张3蜂3 小时前
.NET 8 项目 Docker 方式部署到 Linux 系统详细操作步骤
linux·docker·.net
问道飞鱼3 小时前
【Linux知识】Linux常见压缩文件格式以及对应命令行
linux·运维·服务器·gzip·tar·压缩
做个超努力的小奚3 小时前
管道符、重定向与环境变量
linux·服务器