Phil Dawson
Home
Blog
Music
Photos
phil has a blog - Remove all *.ext from inside the current dir
Remove all *.ext from inside the current dir
June 11, 2009
find . -name "*.ext" -exec rm -rf {} \;
5 months ago
View the forum thread.