Re: linux talk

2001-04-26 Thread Dan Stromberg
On Wed, Apr 25, 2001 at 04:37:29AM -0400, Mike A. Harris wrote: or if you want to get fancy/play music: man 4 console_codes ESC [ 10 ; n ] Set bell frequency in Hz. ESC [ 11 ; n ] Set bell duration in msec. I'd probably use esound instead. #!/bin/bash

Re: linux talk

2001-04-25 Thread Mike A. Harris
On Tue, 24 Apr 2001, Mike Chambers wrote: Date: Tue, 24 Apr 2001 17:14:34 -0500 From: Mike Chambers [EMAIL PROTECTED] To: RedHat [EMAIL PROTECTED] Content-Type: text/plain; charset=iso-8859-1 List-Id: General Red Hat discussion list redhat-list.redhat.com Subject: linux talk I saw

linux talk

2001-04-24 Thread Mike Chambers
I saw this before, anyone know what command you do to make a linux computer beep or make the beep sound? Mike Chambers Mt. Prospect, IL Netlyncs ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: linux talk

2001-04-24 Thread Hidong Kim
echo -e \a /dev/tty9 Mike Chambers wrote: I saw this before, anyone know what command you do to make a linux computer beep or make the beep sound? Mike Chambers Mt. Prospect, IL Netlyncs ___ Redhat-list mailing list [EMAIL PROTECTED]

Re: linux talk

2001-04-24 Thread Mike Chambers
Thanks got it. Mike - Original Message - From: Hidong Kim [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 24, 2001 5:18 PM Subject: Re: linux talk echo -e \a /dev/tty9 ___ Redhat-list mailing list [EMAIL PROTECTED] https