gpt4 book ai didi

linux - 如何让我的菜单在准备接受用户输入时发出蜂鸣声/铃声 (UNIX)

转载 作者:太空宇宙 更新时间:2023-11-04 12:16:49 28 4
gpt4 key购买 nike

我正在尝试添加某种回声命令,使我的菜单在准备好供用户输入时发出蜂鸣声或铃声。如果有任何可能的帮助,我将不胜感激,谢谢!

loop=y
while [ "$loop" = y ]
do
clear
tput cup 3 12; echo "Soup Menu"
tput cup 4 12; echo "=========="
tput cup 6 9; echo "(t)omato"
tput cup 7 9; echo "(b)ean"
tput cup 8 9; echo "(s)quash"
tput cup 10 9; echo "Select a soup...(q) to quit"
tput cup 10 19;
read choice || continue
done

最佳答案

举个例子,那就是

tput bel

terminfo(5)手册说,给出了 tput 将使用的长名称 (bell) 和短名称 (bel) :

   bell                          bel        bl        audible signal
(bell) (P)

关于linux - 如何让我的菜单在准备接受用户输入时发出蜂鸣声/铃声 (UNIX),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47207512/

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