How to make the System Ring

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 🙂

This entry was posted in AIX, Linux, Shell Script and tagged , , , , , . Bookmark the permalink.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.