I am using this command to beep
tput bel
echo -e "\a"
I need to change the beep tone with some tone using some other command.
I am using this command to beep
tput bel
echo -e "\a"
I need to change the beep tone with some tone using some other command.
It's not bash related question, it depends on what terminal emulator you use. For example with urxvt: URxvt.bell-command: play /my/beep.wav
If you want to compose speaker music, use the beep
command.
xset b
command. – meuh Sep 19 '16 at 13:01