command in clearcase to get list of all labels applied on an element
I'm trying to get the list of all the labels applied on an element. I'm using cleartool desc <element> This seems to list all the other details of the element as well. Is there any particular option with desc command that lists only labels? Thanks VonC Use cleartool fmt_ccase in order to restrict the describe to only the labels. cleartool descr -fmt "%l" myFile You can see that technique used in: " Which tag or branch is created from a particular branch " " Command to find labels applied on particular branch " " Cleartool - List Objects with Their Labels " For instance, a slightly more