[back to the list]
On Tue, Jun 08, 2004 at 11:20:59AM -0700, Justin Tang wrote:
> Hi All:
> I'm currently running spider.pl and need to log the time after it
> completely finishes(not just one server!). Looking at the program, I can't
> really see where it completely finishes? So, for example, if I were to run
> 20 sites, server1 - server20, how would I know when all 20 has finished
> running? Thanks!
The exit point of spider.pl is right before the first subroutine.
How about a batch script?
#!/bin/sh
swish-e -S prog -c config
echo "Indexing completed at $(date)"
--
Bill Moseley
moseley@hank.org
Received on Tue Jun 8 18:29:02 2004