On Tue, 24 Feb 1998, Remco Blaakmeer wrote:

> On Mon, 23 Feb 1998, Norbert Veber wrote:
> 
> > On Sun, Feb 22, 1998 at 02:15:46AM +0000, [EMAIL PROTECTED] wrote:
> > > > In bash or sh or ksh -
> > > >
> > > > echo ^g^g
> > > 
> > > Doesn't work for me.
> > 
> > come on, its not rocket science, echo -e "\a" will do the trick.
> 
> Sure, that does the same as `echo ^g`. The question was how to make two
> beeps. Both `echo ^g^g` and `echo -e "\a\a"` give you one beep.
> 
What about: echo -e "\a"; sleep 0; echo -e "\a" ?
                        
                                        Wojtek Zabolotny
                                        [EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to