info-cvs
[Top][All Lists]
Advanced

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

Re: cvs status: show only *not* Up-to-date files


From: Chuck Taylor
Subject: Re: cvs status: show only *not* Up-to-date files
Date: Tue, 23 Apr 2002 19:47:44 -0500

On Wed, 24 Apr 2002 02:24:36 +0200, Markus Ostenried
<address@hidden> wrote:

>is there switch for CVS STATUS to show me only the files
>that are *not* Up-to-date ?


I simply use this:

    cvs status | grep 'Status: ' | grep -v Up-to-date

This gives me a one-line indication of each file that isn't up to
date.  Use a shell alias or a script to keep from having to type the
entire line every time.


-- 
Chuck Taylor
http://home.hiwaay.net/~taylorc/contact/



reply via email to

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