This question is similar, but different of
How can I get an audio notification when a shell command have finished?
I am looking for a command that can be used like
sleep 2 &; sleep 1 &; sleep 5 &; sleep 3; bell
giving an audible notification after 5 seconds.
I use zsh
in a KDE
konsole
.
&
there between commmads? – αғsнιη Jun 02 '18 at 16:58