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 右对齐
相关推荐
用户120487221615 小时前
Linux驱动编译与加载
linux·嵌入式
用户8055336980311 小时前
Input 子系统架构:Core、Handler、Driver 三层是怎么协作的
linux·嵌入式
用户8055336980311 小时前
RK-Forge外设系列开篇 - 把板子从「能启动」变成「能用」:Ethernet/SPI/MMC 三个纯接线外设
linux·github·嵌入式
七歌杜金房1 天前
我终于又有了自己的 Linux 电脑
linux·debian·mac
tntxia2 天前
linux curl命令详解_curl详解
linux
扛枪的书生2 天前
Linux 网络管理器用法速查
linux
顺风尿一寸2 天前
Java Socket 内核之旅:从 SocketChannel.read() 到 tcp_recvmsg 与 epoll 的完整调用链路
linux
XIAOHEZIcode2 天前
Ubuntu 终端美化全栈指南:Bash 到 Kitty 踩坑实录
linux·ubuntu·命令行
唐青枫3 天前
别再只会用 cron:Linux systemd Timer 定时任务实战详解
linux
AlfredZhao4 天前
生产环境里,为什么不建议把普通端口直接暴露到公网?
linux·https·443·80