On Fri, Oct 18, 2024 at 7:10 PM Arbol One <arbol...@hotmail.ca> wrote:

> Hello everyone.
>
> Could anyone tell me how to make Debian 12-gnome-terminal make a beep
> sound after completing a shell script.
> Thanks in advance.
>
I googled around and found:


   - tput bel: This command uses the tput utility to send the "bell"
   control character to the terminal.
   - echo -e "\a": The -e option enables interpretation of backslash
   escapes, and \a represents the bell character.
   - printf "\a": The printf command works similarly to echo -e "\a".

I tested them with no prevail.


>
> --
> *ArbolOne ™*
> Using Fire Fox and Thunderbird.
> ArbolOne is composed of students and volunteers dedicated to providing
> free services to charitable organizations.
> ArbolOne's development on Java, PostgreSQL, HTML and Jakarta EE is in
> progress [ í ]
>


-- 
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/
⠈⠳⣄⠀⠀

Reply via email to