I recently discovered that directory symlinks and samba are a bad mix.
Now I want a script which will list all symlinks which point to directories.
find -H . -type l -exec find -L {} -type d \;