A web development knowledge base containing everything from scripts to tutorials
Home
(Cake)PHP
CLI
MySQL
SEO
SVN
Tutorials
Webdevelopment
Webservers
Jan 17, 2012
Posted by
Coen
on
Jan 17, 2012
in
CLI
|
0 comments
How to remove directories recursively
find
.
/
-type
d
-name
"yourDirectoryName"
-exec
rm
-rf
{
}
\;
Language
English
Nederlands
Categories
(Cake)PHP
CLI
MySQL
SEO
SVN
Tutorials
Webdevelopment
Webservers
About this site
This site contains all kinds of handy code snippets and tutorials. It's a continuously growing knowledge base of things
I, Coen Coppens,
think are worth sharing.