How to make a sound once a process is complete?

I have started a long process through a terminal. Is it possible to make the Ubuntu terminal make a sound once the process is complete? This way, I don’t need to keep checking, but will instead be notified through a sound.

Answer

I use

make; spd-say done

Replace “make” with whatever long-running command you use.

Attribution
Source : Link , Question Author : Goaler444 , Answer Author : Memetic

Leave a Comment