As we are having many components , I am trying to describe all the baselines using following command
cleartool describe -l baseline:Baseline_2.1.0.13@\My_PVOB
It provides output like follows
"Build 13"
master replica: My_PVOB@\My_PVOB
owner: Admin
group: ABC
stream:Components_Integration@\My_PVOB
component: Baselines@\My_PVOB
label status: No Versions to Label
change sets:
promotion level: INITIAL
depends on:
Baseline_2.1.0.13.8206@\My_PVOB (Comp1@\My_PVOB)
Baseline_2.1.0.13.433@\My_PVOB (Comp2@\My_PVOB)
Baseline_2.1.0.13.423@\My_PVOB (Comp3@\My_PVOB)
Baseline_2.1.0.13.3763@\My_PVOB (Comp4@\My_PVOB)
Actually i want to get contents only below depends on: ( Want to get Just following contents)
Baseline_2.1.0.13.8206@\My_PVOB (Comp1@\My_PVOB)
Baseline_2.1.0.13.433@\My_PVOB (Comp2@\My_PVOB)
Baseline_2.1.0.13.423@\My_PVOB (Comp3@\My_PVOB)
Baseline_2.1.0.13.3763@\My_PVOB (Comp4@\My_PVOB)
How to omit the remaining information?