Re: Need help generating odd crontab line

2003-08-14 Thread Travis Crump
Kent West wrote: I need to send out an email reminder via cron to a club I'm a member of. I need the reminder to go out on the Friday morning before the second Monday of every month. I'm a newbie to cron, and would appreciate it if someone would provide me with a crontab line to accomplish this

Re: Need help generating odd crontab line

2003-08-14 Thread Kevin Mark
> > How about > > 5-11 * 5 echo "Just a reminder that the KCARC meeting > > will be this" `date -d 'now + 2 days' '+%A, %d %B'` "at 7pm, at the > > Abilene Public Library, 2nd floor. See you there!" | mail -s > > "Reminder: Club Meeting" [EMAIL PROTECTED] While it is neat to write huge argum

Re: Need help generating odd crontab line

2003-08-14 Thread Kent West
Travis Crump wrote: Kent West wrote: I need to send out an email reminder via cron to a club I'm a member of. I need the reminder to go out on the Friday morning before the second Monday of every month. I'm a newbie to cron, and would appreciate it if someone would provide me with a crontab li

Re: Need help generating odd crontab line

2003-08-14 Thread Travis Crump
Travis Crump wrote: Kent West wrote: I need to send out an email reminder via cron to a club I'm a member of. I need the reminder to go out on the Friday morning before the second Monday of every month. I'm a newbie to cron, and would appreciate it if someone would provide me with a crontab lin

Re: Need help generating odd crontab line

2003-08-14 Thread Kent West
Kevin Mark wrote: How about 5-11 * 5 echo "Just a reminder that the KCARC meeting will be this" `date -d 'now + 2 days' '+%A, %d %B'` "at 7pm, at the Abilene Public Library, 2nd floor. See you there!" | mail -s "Reminder: Club Meeting" [EMAIL PROTECTED] While it is neat to write h

Need help generating odd crontab line

2003-08-14 Thread Kent West
I need to send out an email reminder via cron to a club I'm a member of. I need the reminder to go out on the Friday morning before the second Monday of every month. I'm a newbie to cron, and would appreciate it if someone would provide me with a crontab line to accomplish this task. Here's wha