If you are using clear case tool in your project then it will be useful. Some situations we need to check files got modified in two different versions.Use the following
Clearcase command to check the files that got modified between two specified versions.
ct find . -version '{lbtype(latest label) && (! lbtype(old label))}' -print
