Re: [gentoo-user] Don't be like stupid me!

2024-02-11 Thread Alan Mackenzie
Hello, Bill. On Sun, Feb 11, 2024 at 10:14:49 +0800, William Kenworthy wrote: > On 10/2/24 23:56, Alan Mackenzie wrote: > > I was wanting to do a pretty full build of my Emacs working repository. > > This involved first purging al *.elc files. The way to do this is > > $ find . -name '*.el

Re: [gentoo-user] Don't be like stupid me!

2024-02-11 Thread cal
On 2/10/24 07:56, Alan Mackenzie wrote: > Hello, gentoo. > > I was wanting to do a pretty full build of my Emacs working repository. > This involved first purging al *.elc files. The way to do this is > > $ find . -name '*.elc' | xargs rm > > Just as an aside: find supports the `-delete` a