How do I list Clearcase versions without the Fully-qualified verison?
- by Luciano
In Clearcase:
I'm trying to find the names of all files in the current view without a specific label. So far I've come up with the following:
cleartool find -cview -all -version '\!lbtype(LABEL_1)' -print
But this ends up displaying the filenames with the "@@/main/BRANCH1/SUBBRANCH" appended to the end, and I really want just the filename.
I've tried adding a -short, but the find command doesn't like that option, and I can't find an option in the manuals to change the behavior.