列出最近2天内签入的文件 [英] listing files checked in during last 2 days

查看:51
本文介绍了列出最近2天内签入的文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想列出最近2天内签入的文件/文件版本。谁能帮助我使用相同的命令或脚本。

In clearcase I want to list the files /file versions checked in during the last 2 days. Can anyone help me with the command or script for the same.

推荐答案

您会发现大量的 cleartool find 示例,包括:

You will find plenty of cleartool find examples, including:

全部找到自某个日期以来创建的文件版本


列出自某个日期以来创建的当前目录下的所有文件版本,

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



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




注意:如果要跟随存在的任何符号链接,请添加–follow选项。

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

请参见用于日期格式的query_language手册页

这篇关于列出最近2天内签入的文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆