How to get the list of the checkin files between two clearcase ucm lables in unix
问题 In clearcase UCM how to get the list of the checkin files between two baselines in linux ? I am using the shell script but it's getting strucked while running the below command ? How to redirect the out put to a text or word file ? cleartool diffbl -act -ver label1 label1 >> data.txt 回答1: Note: if your baselines are full, you could use a find query which might redirect in a text file better through the -print option. See "Find changes between labels". Otherwise, the technote "Additional