find /proc -type l -name 'exe' | \ perl -n -e 'chomp($_); print "$_ -> ".readlink($_)."\n";'