Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Dec 2008 10:31:20 +0100
From:      Peter Boosten <peter@boosten.org>
To:        mcoyles@horbury.wakefield.sch.uk
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Mass find/replace...
Message-ID:  <4938F4E8.8030304@boosten.org>
In-Reply-To: <004c01c956ba$56497410$02dc5c30$@wakefield.sch.uk>
References:  <002b01c95609$ed0c7200$c7255600$@wakefield.sch.uk>	<1228395500.2781.41.camel@frodon.be-bif.ulb.ac.be>	<200812050551.32850.fbsd.questions@rachie.is-a-geek.net> <004c01c956ba$56497410$02dc5c30$@wakefield.sch.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4938F4E8.8030304>