How to find the username who created latest version of element in clearcase?
问题 I am often getting a request like this. " Find the list of files changed from particular day". I got answer to this as example given below "cleartool find <Vobtag> -version "{brtype(IntegrationStream) && created_since(13-Jan.8:30)}" -print" But few people are asking "Find the list of files changed and by whom". So that they can pin down the developer name and assign him the task to resolve issues. Is it possible to pipeline the above command and find the user who made that version also? 回答1: