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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
