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.
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"
.
--
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 [ í ]