You can use the fmt_ccase option %[rec_bls]CXp
:
On Windows:
cleartool descr -fmt "%[rec_bls]CXp" stream:streamName@\aPVob
On Unix:
cleartool descr -fmt "%[rec_bls]CXp" stream:streamName@/vobs/aPVob
You can see that command used in "How to describe recommend baseline with pipeline".
I have a few components in this stream, how should I mention which one I want?
Recommended baselines are associated to an UCM project or UCM stream, and include one or several components.
So you need to list those baselines first, then, for each one, check if your component(s) is included.
For each baseline found, you can list its component, as shown in "how to find root[folder]
for each component using cleartool
?"
cleartool lsbl -fmt "%[component]p" baseline:baselineName@\aPVob
(as usual, replace 'streamName
', 'baselineName
' or 'aPVob
' with the appropriate names in your case)