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

Re: Script



I've always used control-G as the bell sound. If you type

echo quote control-v control-g quote and hit return, it beeps. This ends up
looking like this:

echo "^G"

but it is not shift-6 G.

An alternate way...

Michael


On 6/3/02 3:48 PM, "Doug Welch" <welch@physics.mcmaster.ca> wrote:

> echo -e "\a" > /dev/console