开发者

listing files checked in during last 2 days

In clearcase I want to list the fi开发者_如何学Goles /file versions checked in during the last 2 days. Can anyone help me with the command or script for the same.


You will find plenty of cleartool find examples, including:

"find all file versions created since a certain date"

List all the files versions below the current directory created since a certain date,

cleartool find . -type f -version "created_since(01-Mar)" –print

Note: Add the –follow options if you want to follow any symbolic links that are present.

See the query_language man page for the date format.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜