info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: how to find the file modified on the previous day


From: Jerry Nairn
Subject: RE: how to find the file modified on the previous day
Date: Wed, 5 Dec 2001 11:57:24 -0800

> From: Jeeva Chelladhurai [mailto:address@hidden
> Sent: Wednesday, December 05, 2001 8:35 AM

> I would like to generate a summary of the files (with log) 
> that have been 
> modified on the previous day and also the previous week.

Since this time yesterday:

cvs log -d"now-1day<now" .

In the past week:

cvs log -d"now-7days<now" .

Cheers,
Jerry



reply via email to

[Prev in Thread] Current Thread [Next in Thread]