Feb 27, 2002 #1 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 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!
Feb 27, 2002 #2 trunix Technical User Aug 1, 2001 191 GB I dont think you can use these routines in a shell script. You would need to 'include' them in C or Perl scripts. Upvote 0 Downvote
I dont think you can use these routines in a shell script. You would need to 'include' them in C or Perl scripts.
Feb 28, 2002 #3 cfsalmeida IS-IT--Management Feb 8, 2001 338 PT From a shell script you can use terminal manipulator like "tput", (tput bel), (tput blink), etc. Regards, Carlos Almeida, Upvote 0 Downvote
From a shell script you can use terminal manipulator like "tput", (tput bel), (tput blink), etc. Regards, Carlos Almeida,