I'm experimenting with
Webalizer and writing
a scheduled procedure that will build a report on a regular
basis, based on the data in the rolled access log.
"exec" doesn't want to do the FOR LOOP that I want it to do,
though.
eval "exec -keepnewline {for i in $log.*; do
$command $params $i
done}"
This is the error I get:
couldn't execute "for i in
/usr/local/aolserver/log/infogettable-dev/infogettable-dev.log.*;
do
/usr/local/bin/webalizer -p -o
/web/infogettable-dev/www/webalizer -D": no such file or
directory
What am I doing wrong?