I want to list get list of child streams under a given stream.
cleartool lsstream -tree
gets all streams and activities under it.
How can print only the stream-names?
I want to list get list of child streams under a given stream.
cleartool lsstream -tree
gets all streams and activities under it.
How can print only the stream-names?
Use fmt_ccase to mention exactly the kind of information you want:
That would give you one line of:
So there would still be a bit of processing to do, but at least you would have only what you were after: the child streams of a given Stream.