Backspace at empty prompt in console makes PC-speeker "beep!", also hitting 'Control-G'.
Doing this in KDE-Konsole generates a sound. So far this behaviour is expected.
But all my attempts generating a console-beep in scripts fail.
Doing this
just makes no noise on my amd64. Found a lot of stuff how to disable bell, but nothing how to make the bell ring.
Doing this in KDE-Konsole generates a sound. So far this behaviour is expected.
But all my attempts generating a console-beep in scripts fail.
Doing this
Code:
# echo "^G^G^G"
^G^G^G
just makes no noise on my amd64. Found a lot of stuff how to disable bell, but nothing how to make the bell ring.