LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   looking for a beep (https://www.linuxquestions.org/questions/programming-9/looking-for-a-beep-341908/)

lungsucker 07-10-2005 02:23 PM

looking for a beep
 
could someone help me with a command. i am writing a bash shell menu script. I need the command line command to make the puter beep when it is time for the user to put in input. anyhelp would be appreciated. no luck in my books. thanks, lung using fedora core

kencaz 07-10-2005 02:31 PM

Try this in your script file:

echo -en "\007"

KC

mmmm 07-10-2005 02:38 PM

Try :
echo -e "\a"

bigearsbilly 07-11-2005 08:01 AM

http://linux.co.uk/howtos/Visual-Bell-4.html


All times are GMT -5. The time now is 06:31 AM.