1

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.

Jonny
  • 25
  • 4

1 Answers1

4

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.

Ipor Sircer
  • 14,546
  • 1
  • 27
  • 39