Search code examples
clearcaseclearcase-ucmcleartoolbaseline

How to list only the name of the baselines in UCM ClearCase?


If I do:

cleartool lsbl -stream stream:mystream@\mypvob

That will lists the baselines with details.
But I want to list only the name of the baselines.

Is there anyway I can do that?


Solution

  • You can use the fmt_ccase options in order to format the result of a cleartool lsbl command.

    cleartool lsbl -fmt "%n\n" -stream stream:mystream@\mypvob