On Tue, 28 Aug 2018 13:36:11 -0400
Bob Goodwin wrote:

> I would be happy typing a line inxterm that would run aplay some.wav at 
> the end of the period. Can anyone tell me how to do that?

Just in a terminal, this should work:

sleep 600 ; aplay some.wav

That will sleep for 600 seconds then play some.wav. The
man page for sleep can give you details on how to specify
different time units, etc.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to