Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to "beep" and "flash" the console

Status
Not open for further replies.

630111

MIS
Oct 30, 2001
127
US
I tried a man beep and man flash and I get the following:

curs_beep, beep, flash - curses bell and screen flash rou-
tines

How do I use these in a shell script, or can I?

Thanks!
 
I dont think you can use these routines in a shell script. You would need to 'include' them in C or Perl scripts.
 
From a shell script you can use terminal manipulator like "tput", (tput bel), (tput blink), etc.

Regards,

Carlos Almeida,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top