in Bash,
echo -e "\007"
or
echo -e "\a"
will do the trick, just make sure the system beep is enabled and not set to a visual cue.
Random thoughts from the 'Fat, Slow Kid'. I am a software engineer by profession, the majority of my thoughts will concern technology and my profession.
echo -e "\007"
echo -e "\a"
No comments:
Post a Comment