On Tue, 15 Feb 2005 16:23:43 -0500, Brian Henning <[EMAIL PROTECTED]> wrote: > Hi Guys, > Back in the days of DOS, there was a really cool shell command, > "BEEP." Amazingly, execution of said command caused a terminal beep. I > am looking for exactly that function in a bash shell, but for some > reason it is eluding me.
I regularly use printf "\\a" in bash scripts, which produces "alert" aka BEL aka whatever. MPF -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
