On Thu, Dec 10, 2009 at 4:42 PM, Kenneth Gonsalves
<[email protected]> wrote:

> cd /var/lib/mod_tile/default
> rm -rf *
>
> my problem is I want to cron this - but am terrified of putting 'rm -rf *' in 
> a
> cron job - I do not want the server to get fried due to some mistake. So is
> there any 150% safe foolproof way of doing this?

Why not just do
rm -rf /var/lib/mdd_tile_default/*
_______________________________________________
To unsubscribe, email [email protected] with 
&quot;unsubscribe &lt;password&gt; &lt;address&gt;&quot;
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to