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.
Submitted by water on Sat, 2009-08-01 14:02

Comments :
有用!
Submitted by Horace Ho (not verified) on Sat, 2009-08-01 22:31.又幾聰明喎~
唔該晒~
我都係記低一d我成日唔記得嗰d unix command
Submitted by water on Sun, 2009-08-02 02:28.我都係記低一d我成日唔記得嗰d unix command 姐~