<br><div class="gmail_quote">On Fri, Mar 16, 2012 at 3:37 PM, Jim Butler <span dir="ltr">&lt;<a href="mailto:jimbutler1234567890@gmail.com">jimbutler1234567890@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
Suppose you have a list of 10 birthdays for 10 different friends, and<br>
you wanted to create a task from within a bash shell environment that<br>
would alert you as to when each friend&#39;s birthday came around. How would<br>
you do it?<br></blockquote><div><br>I would create a ~/.calendar file. Then I would receive an email reminding me.  <br><br>You could also add the command calendar -w 7 in your .profile to display any birthdays in the next 7 days on login.  See man calendar.   I think I first learned about calendar using BSDi.<br>
<br></div></div><br>Chuck<br>