Archive for June, 2009

find svn directories and remove them

Wednesday, June 17th, 2009

find . -name ".svn" -print0 | xargs -0 -n 1024 -r rm -rf

-n prevents rm too many arguments error
-r prevents execution if none found (and prevents error!)

originally from:

http://www.commandlinefu.com/commands/view/902/delete-all-.svn-directories-from-current-path-recursive

Finally! Some kind soul made facebook a little better.

Tuesday, June 9th, 2009

Remove those silly quizes, that everyone is doing… “what type of X am I” type apps, that splatter your feed.

Author’s page here