Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是根据文件变量中的文件内容打开鞭尾消息框的代码。该文件有很多行。
$(whiptail --title "Opening file" --yesno "$(cat $file)" 78 78 3>&1 1>&2 2>&3)
现在盒子的宽度和高度是固定的。如何显示滚动文本框以便我可以看到文件中的所有文本?
该选项--scrolltext应该这样做,并且阅读源代码,它适用于文本框和消息框(yesno是后者的特例),但在快速检查中,我看不到滚动条。也许它适用于您正在使用的 newt 版本。
--scrolltext