Marc Coyles wrote:
> 
> I'm presuming it'd be:
> 
> Find /home/horbury -type f -name "*.bak" -exec \
>       Rm *.bak
> 

find /home/horbury -name "*.bak" -exec rm {} \;

Peter

-- 
http://www.boosten.org
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to