TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [TCLUG:1420] how do I make a beep?
>>>>> "Ben" == Ben Luey <lueyb@carleton.edu> writes:
Ben> The automating part I can handle - my question is about a
Ben> program to run to make the beep. Then I can just add it into
Ben> his bashrc file or whatever. Does someone have a program
Ben> that will beep when executed? (The one someone send before
Ben> doesn't work, maybe if they could attach the file it would
Ben> work, beacuse I had to copy and paste in chunks because of
Ben> screensize)
Ben> Thanks,
Ben> Ben
You can make bash beep w/
echo $'\a'
(you need the quotes)
Andrew