if you are a Shell Scripting Developer and all the time deveolpe Shell Scripts, if course you need to make your System Ring after finished the script or when it needs data from the user.
try this code on AIX
echo '\a'
or if you are using LINUX (Tested on CENTOS) try the following
echo -e '\a'
Have a nice BELL 🙂
Leave a Reply