cleartool lsstream -tree 仅获取子流列表
我想列出给定流下的子流的获取列表。
cleartool lsstream -tree
获取其下的所有流和活动。
如何只打印流名称?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 fmt_ccase 准确提及您想要的信息类型:
这将为您提供一行:
所以仍然需要进行一些处理,但至少您将仅得到您想要的东西:给定流的子流。
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.