Operating System - HP-UX
1834447 Members
2319 Online
110067 Solutions
New Discussion

Re: How to make Beep sound after completing a task

 
Ezhilarasan
Occasional Advisor

How to make Beep sound after completing a task

Hi,


I want to hear Beep sound after completing
a task.
How to make Beep sound ?, need command.

Thanks
R.Ezhil
7 REPLIES 7
James R. Ferguson
Acclaimed Contributor

Re: How to make Beep sound after completing a task

Hi:

# echo "\a"

Regards!

...JRF...
V. V. Ravi Kumar_1
Respected Contributor

Re: How to make Beep sound after completing a task

hi,
echo "\a"

Regards
Never Say No
Francisco J. Soler
Honored Contributor

Re: How to make Beep sound after completing a task

Hi,

try this too,

echo "\007"

Frank.
Linux?. Yes, of course.
Thierry Poels_1
Honored Contributor

Re: How to make Beep sound after completing a task

or "tput bel"

regards,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
John Bolene
Honored Contributor

Re: How to make Beep sound after completing a task

This is also the cntl G char.

Be aware that some shells and terminal types do not support this, but most do.
It is always a good day when you are launching rockets! http://tripolioklahoma.org, Mostly Missiles http://mostlymissiles.com
Ezhilarasan
Occasional Advisor

Re: How to make Beep sound after completing a task

Hi all,

I tried all your suggested ways.
It is not working.
I am using CRT software for login.
Without CRT also, I tried in telnet.
What should be the reason ?

Thanks
R.Ezhil
Frank Slootweg
Honored Contributor

Re: How to make Beep sound after completing a task

What 'terminal' hardware and software do you use?

For example I use an hpterm(1) window in a Reflection X CDE session. But normally the sound of my PC is switched off, so I do not hear *any* sound, i.e. also not the Ctrl+G etc. 'beep.