remove all build in Mac or Linux

In my mac development machine, I placed all of my projects in ~/src directory. For each projects, I already build different targets, debug, release, distribution and adhoc that will take up a lot of space for each project. To free up the space, I ran:

find . -type d -name "build" -print | xargs rm -rf

that will remove all sub-directory named build.

Comments :

有用!

又幾聰明喎~

唔該晒~

我都係記低一d我成日唔記得嗰d unix command

我都係記低一d我成日唔記得嗰d unix command 姐~