cleartool lsstream -tree 仅获取子流列表

发布于 2024-10-24 11:55:55 字数 115 浏览 2 评论 0原文

我想列出给定流下的子流的获取列表。

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

╰沐子 2024-10-31 11:55:55

使用 fmt_ccase 准确提及您想要的信息类型:

cleartool describe -fmt "%[dstreams]CXp" stream:myStream@\myPVob

这将为您提供一行:

stream:streamA@MyPvob, stream:streamC@MyPvob, stream:streamC@MyPvob, ...

所以仍然需要进行一些处理,但至少您将得到您想要的东西:给定流的子流。

Use fmt_ccase to mention exactly the kind of information you want:

cleartool describe -fmt "%[dstreams]CXp" stream:myStream@\myPVob

That would give you one line of:

stream:streamA@MyPvob, stream:streamC@MyPvob, stream:streamC@MyPvob, ...

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文