On Mon, 20 Sep 2004 12:24:33 +0800, Jett Tayer <[EMAIL PROTECTED]> wrote:
> need to do this via cron. tulong naman.

from "man -S5 crontab":
              field          allowed values
              -----          --------------
              minute         0-59
              hour           0-23
              day of month   1-31
              month          1-12 (or names, see below)
              day of week    0-7 (0 or 7 is Sun, or use names)

Assuming you need ot run on first friday of the month at 12am:

0   0   1-7   *   5   <insert your command here>

First Friday of month will fall on days 1-7 of a month. (Anyone,
correct me if I'm wrong).

-- 
Gideon N. Guillen
[EMAIL PROTECTED]

Take back the web! Download Firefox Today!
http://www.spreadfirefox.com/?q=affiliates&amp;id=6670&amp;t=58
--
Philippine Linux Users' Group (PLUG) Mailing List
[EMAIL PROTECTED] (#PLUG @ irc.free.net.ph)
Official Website: http://plug.linux.org.ph
Searchable Archives: http://marc.free.net.ph
.
To leave, go to http://lists.q-linux.com/mailman/listinfo/plug
.
Are you a Linux newbie? To join the newbie list, go to
http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie

Reply via email to