On Thu, Dec 10, 2009 at 10:12 PM, Mohan R <[email protected]> wrote: > cd /var/lib/mod_file/default; find . | 2>/dev/null xargs rm -fr
Wouldn't using ; be a bad idea? Say, for some reason e.g. permission issue, it is unable to cd to the location. You will end up deleting wrong files and do unnecessary damage. I believe using & would be a better idea in this case. _______________________________________________ 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
