LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Want to use Cron and Calendar or when (https://www.linuxquestions.org/questions/linux-software-2/want-to-use-cron-and-calendar-or-when-788571/)

JosephS 02-11-2010 08:18 PM

Want to use Cron and Calendar or when
 
Using Debian Lenny.

I'm looking at using either Calendar or when for a calendar. I
like them both. Is there any features that are preferable?

My question is can I pop ups with these when I have an appointment
due? I read in an article about Calendar that I could use Cron to
email output. What command would I give for this and where would I
find the mail; or is there a better way?

Thanks

Elv13 02-13-2010 09:11 PM

You can use the xmessage command with a DISPLAY argument to popup a message
ex:
Code:

DISPLAY=:0 xmessage "hello world!"


All times are GMT -5. The time now is 11:40 AM.