info-cvs
[Top][All Lists]
Advanced

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

Re: Modified file list


From: Greg A. Woods
Subject: Re: Modified file list
Date: Thu, 16 Jan 2003 13:22:08 -0500 (EST)

[ On Thursday, January 16, 2003 at 11:04:57 (-0500), Chow, James wrote: ]
> Subject: Modified file list
>
> Can I got a list of files change for the last 24 hours or last week fom
> cvs?. 
> 
> cvs diff is giving me way too much information for just a file list.

        cvs -q diff --brief

with the appropriate '-r' or '-D' options, and then pipe the output
through this to really trim it down:

        awk '$1 == "Index:" {print $2}'

-- 
                                                                Greg A. Woods

+1 416 218-0098;            <address@hidden>;           <address@hidden>
Planix, Inc. <address@hidden>; VE3TCP; Secrets of the Weird <address@hidden>




reply via email to

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