Revision: 17369
Updated Code
at September 11, 2009 05:32 by joe-bbb
Updated Code
find */ -name "assets" rm -R {} \;
Revision: 17368
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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