gpt4 book ai didi

shell - 文本对齐中心——shell脚本

转载 作者:太空宇宙 更新时间:2023-11-03 16:46:36 34 4
gpt4 key购买 nike

我正在使用 shell 脚本创建一个基于控制台的简单脚本。它将在我的 bash shell 上运行它是一个简单的基于菜单的驱动显示一些选项集。

现在我想根据屏幕尺寸使文本居中对齐。如何在屏幕中心对齐文本?请帮助我

最佳答案

终于找到解决办法了:)

COLUMNS=$(tput cols) 
title="Hello world!"
printf "%*s\n" $(((${#title}+$COLUMNS)/2)) "$title"

关于shell - 文本对齐中心——shell脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12471951/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com