Thursday, May 25, 2017

Re: best practices for handling charts

On Tuesday 23 May 2017 06:25:16 Alceu Rodrigues de Freitas Junior wrote:

> (which will

> require that I use crontab or something like it to delete old files).

 

Which is a one-liner:

find /var/www/generated-graphs -mtime 14 -delete # delete 2-week old files

 

Some solutions are easier then the problem description.

--

Melvyn Sopacua

No comments:

Post a Comment