How to check the files got modified in two different versions Using Clearcase label

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

 

Related posts:

  1. Unix Find Command Tips

Comments are closed.