[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Brauche Piepton bei Installation: echo "\a" funktioniert nicht



On Sat, 15 Nov 2003 23:12:26 +0100
"Simon Bienlein" <debian-user-german@bienlein.com> 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



Reply to: