In ClearCase (or Explorer, if integration is enabled), right-click on the base of the tree and select "Find Modified Files". This will return a list of ALL files that have been changed and which are part of the repo (i.e. It will not return a list of personal files).
If you want to know all the files — extracted, modified, and closed — the only way I know is to use cleartool from within the view:
cleartool ls -r
If you want more (or less) file information, check the docs for the -fmt option (which does not work with ls but works with description), and you can create a command that will give you exactly what you want (this will require some experimentation until you hang it).
NOTE. "Find modified files" is available only , available in gui from the database of the view tree; Elsewhere, your only option is "Find files with verification" (confusing, to say the least).
squeegee
source share