On Fri, 28 Nov 2003 09:33:17 +0000
Matthew Seaman <[EMAIL PROTECTED]> wrote:

> On Fri, Nov 28, 2003 at 01:29:17AM +0200, Ion-Mihai Tetcu wrote:
> 
> > I think that if you do :
> > cd / && find /usr/ports/ -type f -name 'readme.html' -exec rm {} \;
> > and cvsup again you'll get rid of the old directories.
> 
> Careful... Make that find command:
> 
>     # find /usr/ports -type f -name README.html -exec rm {} \;

Yeh, I didn'y remenber the upercases and I do not have the readme files in on my 
system.
 
> Pedants may also prefer:
> 
>     # find /usr/ports -type f -name README.html -print | xargs rm

About 1/3 of the orginal time, I think



-- 
IOnut
Unregistered ;) FreeBSD user
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to