> Why don't I get a beep with: > > echo -e \a Because the shell absorbs the \ and the echo command sees only the letter a. Try this:
echo -e '\a' -- Cheers, Clive -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

