Perhaps try
        man beep
        echo 'main() { initscr();beep(); }' > a.c && gcc -lncurses a.c && ./a.out; 
reset
or
        man -k speaker
and subsequently
        man speaker
        man spkrtest

Dw.

On Tue, 12 Nov 2002, Chris P wrote:

>
> I have a simple question. I want to make my PC speaker beep.  I for the
> life of my cannot find a simple command to do this...  I dont want an
> X-app, I dont want change the tone, or anything special.. Just a beep!
>
> If anyone knows, I'd appreciate the info!  Thanks!
>
> C.
>
>
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to