find -type l -exec ls -l {} \; | cut -d" " -f9,11 | while read linkname linkziel; do echo $linkname; echo $linkziel; done