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
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 examples of the cleartool find command" mentions:
REDIRECT OUTPUT TO A FILE: