Hi,
I have stored the output of cleartool lsactivity -l in the file. As clertool manual this command "lsactivity -l" gives output of all details of activity. But I want only changesets i.e. file names with the path and not extended path with version i.e."@@..../1(2...)".
By using splice command I could delete details of 1st activity. But when I used splice command in loop it shows only last two files of last activity.
Can anyone guide me that what should I write to see only file names with full path and not extended path with version ?
e.g.
M:\kinjal_...._...._integration\....\...\filename.ext@@\main\SNP_1.9.0.0_Integra
tion\2
I don't want this part : "@@\main\SNP_1.9.0.0_Integration\2" from all the changeset versions.