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

Re: making my Wheezy beep. How?



>  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


Reply to: