I have a couple domains I put a search script on that cached all the damn search queries as .html files. I have a cache directory that has been filling up with thousands and thousands of files. Trying to access the directory just hangs everything.
Is there a way to 'quickly' delete the entire directory? I've done rm -rf /path/to/directory so far but it looks like it's going to be a long while. Is there a better way?
Is there a way to 'quickly' delete the entire directory? I've done rm -rf /path/to/directory so far but it looks like it's going to be a long while. Is there a better way?