Oh yeah, Kevin,

I almost forgot, to set up a cron entry you need to use the crontab command. Check that out by executing the command:

       man crontab

crontab -l: list the cron entries for user

crontab -d: delete user's cron entry

crontab: set ups an input session where you are required to type in the desired entries

The best way to do this crontab stuff is to creat a flat (text) file with the appropriate tab delimited fields, then you can do this:


crontab <yourTextFile (the less than "<" tells the shell to take input from the listed file rather than from the standard input (keyboard)
----
Holland's Person, Bill
E-Mail: billgal...@centurytel.net
- The early bird may get the worm, but the second mouse gets the cheese!

For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/

Reply via email to