cleartool: how to write the result from command find to a text file

落爺英雄遲暮 提交于 2019-12-05 14:44:16

You are in a cleartool session.

Don't.

Go to a dos or shell session, in your ClearCase view, and type

cleartool find ... > res.txt

You won't have any issue redirecting the result of a cleartool command that way .

Note that if you are executing that cleartool find command in a dynamic View root directory (M:\myDynView, or /view/myView, ...), you won(t have the right to write directly in said root directory.

However, you can redirect your output to any file you want:

cd /view/MyView
cleartool find -all ... > /my/path/res.txt
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!