Mass change of symbolic links
I'm moving servers around and can't use the same paths to things due to diferent linux distros on both servers. I use a banner script with symbolic links on about 400 sites all in one directory. How would I change all the symbolic links in one directory from /web/sites/green/script_domain/cgi-bin /web/sites/green/domain to/home/wilbo/script_domain/cgi-bin /home/wilbo/domain ?
Again, all these sites are in one directort. I need to do it recursively.