#!/bin/bash
rm -f /home/sites/site100/web/log/*
exit
and then set up a cron as per Air's walkthrough here [webmasterworld.com]
The crontab file does nothing of itself, it simply calls an external program at a specified time.
That rm command is pretty handy when you know what it does. I probably need some linquistic lessons and basic commands. I haven't found a Linux book yet that has helped me.
Thanks sugarkane