ClearCase Support: How to List Elements and their Rules
Another common ClearCase command is to list all the elements (files and directories) in the current directory.
| cleartool ls |
|---|
This command will also display what config spec rule that your View is using to select what version to access.
You can also run this command on a single element, like this:
| cleartool ls FILENAME |
|---|
These commands may be very slow, if the directory is very large.
by Phil B.
