We use ClearCase UCM which has multiple Vobs (10).
How to find the activities for past one week? Or list activities between two date ranges?
Here a useful snippet for Linux tcsh.
For each activity you get you may want to list its changed set.
You can use
cleartool lsact -s and cleartool lsact -fmt "%[versions]p"
cleartool lsact -s
cleartool lsact -fmt "%[versions]p"
as shown here:
http://www.snip2code.com/Snippet/961/list-files-changed-in-clearcase-ucm-stre?fromPage=1