On Thu, Dec 10, 2009 at 4:42 PM, Kenneth Gonsalves
<[email protected]>wrote:
>
> cd /var/lib/mod_tile/default
> rm -rf *
>
Also rm -rf can be replaced by
find /var/lib/mod_tile/default -type f -exec rm -f {} \;
The above find command avoids the use of wildcard and hence the error
"argument list too long" can be avoided in case the directory gets filled up
with thousands of files
--
Regards Manvendra - http://www.indimail.org
Sent from Chennai, TN, India
_______________________________________________
To unsubscribe, email [email protected] with
"unsubscribe <password> <address>"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc