Subject: Re: CVS commit: src/usr.bin/find To: None <tech-userlevel@NetBSD.org> From: Alan Barrett <apb@cequrux.com> List: tech-userlevel Date: 02/12/2007 10:02:40
On Mon, 12 Feb 2007, Roland Illig wrote:
> Another option would be:
>
> find . -name '*.bak' -exec-in-dir rm -f -- {} \;
find(1) already has a "-execdir" primary.
--apb (Alan Barrett)