On 24 Feb 1998, Roderick Schertler wrote:
> On Sat, 21 Feb 1998 11:08:17 +1300 (NZDT), [EMAIL PROTECTED] (Michael
> Beattie) said:
> >
> > My only problem is that echoing the \a twice runs them together to
> > sound like one... I would like a double beep, so i used `runq;runq'
> > to get a suita
On Sat, 21 Feb 1998 11:08:17 +1300 (NZDT), [EMAIL PROTECTED] (Michael Beattie)
said:
>
> My only problem is that echoing the \a twice runs them together to
> sound like one... I would like a double beep, so i used `runq;runq'
> to get a suitable pause in between beeps... If anyone has a better
>
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 +, [EMAIL PROTECTED] wrote:
> > > > In bash or sh or ksh -
> > > >
> > > > echo ^g^g
> > >
> > > Doesn't work for me.
> >
> > come on, its not rocket science,
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 +, [EMAIL PROTECTED] wrote:
> > > > In bash or sh or ksh -
> > > >
> > > > echo ^g^g
> > >
> > > Doesn't work for me.
> >
> > come on, its not rocket science, ech
On Mon, 23 Feb 1998, Norbert Veber wrote:
> On Sun, Feb 22, 1998 at 02:15:46AM +, [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 ^
On Sun, Feb 22, 1998 at 02:15:46AM +, [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.
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED]
> In bash or sh or ksh -
>
> echo ^g^g
Doesn't work for me.
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] .
Trouble? e-mail to [EMAIL PROTECTED] .
On 22 Feb 1998, Carey Evans wrote:
> [EMAIL PROTECTED] (Michael Beattie) writes:
>
> > Is it at all possible to beep the PC Speaker via bash? or perl... or
> > whatever?
> >
> > What I want to do is set up my ip-up script, so that fetchmail is run from
> > it, and there is some sort of notifica
[EMAIL PROTECTED] (Michael Beattie) writes:
> Is it at all possible to beep the PC Speaker via bash? or perl... or
> whatever?
>
> What I want to do is set up my ip-up script, so that fetchmail is run from
> it, and there is some sort of notification when it is complete.. i.e. a
> double beep or
On Sat, 21 Feb 1998, Michael Beattie wrote:
> Is it at all possible to beep the PC Speaker via bash? or perl... or
> whatever?
>
> What I want to do is set up my ip-up script, so that fetchmail is run from
> it, and there is some sort of notification when it is complete.. i.e. a
> double beep or
When Michael Beattie wrote, I replied:
In bash or sh or ksh -
echo ^g^g
in perl,
print "\007\007";
HTH
>
> Is it at all possible to beep the PC Speaker via bash? or perl... or
> whatever?
>
> What I want to do is set up my ip-up script, so that fetchmail is run from
> it, and there is some s
>
>Is it at all possible to beep the PC Speaker via bash? or perl... or
>whatever?
>
> Use `echo ^G' in sh, where you get the ^G by typing Control+V
> Control+G (at the prompt) or Control+Q Control+G (in emacs) or god
> knows what (in vi).
Not only god knows. I know it too :)
In vi it
Is it at all possible to beep the PC Speaker via bash? or perl... or
whatever?
Use `echo ^G' in sh, where you get the ^G by typing Control+V
Control+G (at the prompt) or Control+Q Control+G (in emacs) or god
knows what (in vi).
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "un
Is it at all possible to beep the PC Speaker via bash? or perl... or
whatever?
What I want to do is set up my ip-up script, so that fetchmail is run from
it, and there is some sort of notification when it is complete.. i.e. a
double beep or something.
Thanks,
Michael Beatt
14 matches
Mail list logo