How do I list Clearcase versions without the Fully-qualified verison?
Posted
by Luciano
on Stack Overflow
See other posts from Stack Overflow
or by Luciano
Published on 2010-05-10T20:00:39Z
Indexed on
2010/05/10
20:04 UTC
Read the original article
Hit count: 279
clearcase
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.
© Stack Overflow or respective owner