On Sat, Jul 20, 2002 at 12:49:55PM +0200, Jean-Marc Lasgouttes wrote:
> >how can I remove all files in a cvs dir?
> >cvs remove *.html  f.ex. doesn't work
> 
> You must remove them physically first
> [...]
> files=`ls *.html`
> rm $files
> cvs rm $files

Or force it: 

 cvs rm -f *.html

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)

Reply via email to