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
> > 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
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
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
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
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
6 matches
Mail list logo