linux - Ubuntu - Notifications/alarm after end of job execution in terminal -


i work lot of simulations take sometime. in meantime, prefer spending time writing article or other jobs. have check periodically when simulation going end. since there lots of experts here, wanted ask best way notify when job execution done terminal. preferably visual notification (like popup)?

superuser might more relevant question. example answer.

the simplest way use notify-send:

sleep 5 && notify-send 'done' 

Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -