Return to Snippet

Revision: 17369
at September 11, 2009 05:32 by joe-bbb


Updated Code
find */ -name "assets" rm -R {} \;

Revision: 17368
at September 2, 2009 10:51 by joe-bbb


Initial Code
find */ -name "assets" -exec rm -R {} \;

Initial URL


Initial Description


Initial Title
remove directories through find (using wildcards)

Initial Tags
find

Initial Language
Bash