Per a suggestion on the KCLUG many months back, I now have my log files in a directory type tree. It goes like this: 2003 ---> 10 ---> data01.log data02.log So basically each day has it's own log file, by month, by year. Now, I want to run webalizer against that structure. I know I just can't say "*.log" because of the directory path. What is the little trick to make it run against this directory structure??????