Hello, I'm Karol Zielinski, an entrepreneur, project manager, blogger, internet evangelist and a web developer from Gdynia, Poland. I like creative thinkng, nice design, good advertisement, social media and all kind of stuff around the web. more about me
June 3, 2009, 1:13 pm
should be…
find /some_path -type d -name “.svn” -exec rm -rf {} \;
and…
find /some_path -type f -name “file.exe” -exec rm -rf {} \;