info-cvs
[Top][All Lists]
Advanced

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

Re: delete 400+ files from cvs


From: Robert Clark
Subject: Re: delete 400+ files from cvs
Date: Tue, 31 Jan 2006 18:15:33 -0500
User-agent: KMail/1.9

On Tuesday January 31, 2006 17:50, "comeon" <address@hidden> wrote:
> I need to remove 400+ Fortran files from a CVS directory.
> Basically, I need to remove the whole directory. Is there any way
> to remove the whole directory? Do I need to remove the file one by
> one? There 400+ of them! Removing them one by one is lot of works.
> The OS is Linux.

Can you match the files you want deleted with a wildcard?

 cvs rm -f *

   or

 cvs rm -f *.f

(for example)

- Rob




reply via email to

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