On 4/10/07, Manuel Ravasio <[EMAIL PROTECTED]> wrote:
I'm creating some shell scripts for various administrative purposes, and I'd really like to add some kind of command at the end of each in order to have the pc speaker BEEP when the script is over.
It depends on your terminal, but you can probably just use the ASCII bel character. That is, add a command like: echo -n "\007" (note: untested, not near a unix). -Nick