code migration

Hi,
I am working on migration project. thier are 50,000 scripts. As we are doing 70% of automization for changing the scripts. The remaining 30% doing manually.
After doing manual changes i have to find the wheather the change is dont or not and also clode review process.
Is there any visulation tool for comparing two scripts with changes and with out changes.

Please help me.

Thanks,
uni

So exactly what kind of comparison visualization tool are you looking for? If you are just interested in a better visualization than diff(1), there are various GUI frontends such as kdiff3, meld, kompare and so on that makes diff's easier to read with color-based highlighting, but not sure if you are referring to this kind of diff frontends.

vimdiff could help you find the diffrences.....