Mass find/replace...

Peter Boosten peter at boosten.org
Fri Dec 5 01:31:32 PST 2008


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


More information about the freebsd-questions mailing list