If you just want to remove all symbolic links, run the following from the root of the web page:
find . -type l -exec rm {} \;
If you want to delete all symbolic links and you have modman, recreate only those that should be there:
modman repair
source
share