On Sat, 15 Nov 2003 23:12:26 +0100
"Simon Bienlein" <[EMAIL PROTECTED]> wrote:

Moin Simon,

> [...]
> Leider funktioniert ein echo "\a" nicht.

von `man echo`

##############
-e     enable interpretation of the backslash-escaped characters listed 
       below
##############

und

##############
With -e, the following sequences are recognized and interpolated:
       \NNN   the character whose ASCII code is NNN (octal)
       \\     backslash
       \a     alert (BEL)
       \b     backspace
       ...
##############

demnach einfach `echo -e "\a"`

Gruss,
Serge


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

Antwort per Email an