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 右对齐
相关推荐
嵌入式学不会不改名16 分钟前
香橙派环境
linux·ubuntu
BS_Li37 分钟前
【Linux网络编程】Socket编程UDP
linux·网络·udp
时光之源1 小时前
程序猿常用命令行(Linux、Windows、Powershell、CMD、conda、pip、apt)
linux·conda·pip
qing222222221 小时前
Linux:/var/log/journal 路径下文件不断增加导致根目录磁盘爆满
linux·运维·前端
lwx9148521 小时前
Linux-后台运行操作符&
linux·运维·服务器
mounter6251 小时前
深度解析 Linux 内核 devlink:从硬件控制到跨功能速率调度的演进
linux·运维·服务器·网络·内核
似水এ᭄往昔1 小时前
【Linux】--进程状态
linux·运维·服务器
小跘an吻纸1 小时前
linux系统搭建hadoop环境
linux·运维·hadoop
三万棵雪松1 小时前
【Linux 物联网网关主控系统-Linux主控部分(六)】
linux·物联网·嵌入式linux
IMPYLH1 小时前
Linux 的 id 命令
linux·运维·服务器·bash