[mapserver-users] How to clean MapServer's map output images in
temporary folder automatically?
Lowell.Filak
lfilak@medinaco.org
Tue, 30 Jul 2002 12:43:06 -0400 (EDT)
This can optionally be inserted into the crontab.
find /var/www/html/tmp -type f -ctime +2 -exec rm {} \;
Lowell F.
On Wed, 31 Jul 2002, Hisaji ONO wrote:
> Hello.
>
> As I used MapServer & MapScript every day, I have a lot fo used MapServer's
> map output images in temporary folder?
>
> Could you tell me any tool to clean them off automatically?
>
> Best Regards.
>
>