6

Tip #491   Shell alarm clocks

To setup a simple reminder to appear on your screen at a set time you can use xmessage with the 'at' command:
echo 'xmessage "Hello"'|at 19:00

Alternatively to be alerted a set time later, use sleep:
sleep 8h; cat /dev/urandom > /dev/dsp

 
  • TAGS:
  • at