help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: byte-decompile-directory ?


From: Julien Cubizolles
Subject: Re: byte-decompile-directory ?
Date: Tue, 02 May 2017 16:47:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

hector <hectorlahoz@gmail.com> writes:

> On Mon, May 01, 2017 at 09:59:06AM +0200, Julien Cubizolles wrote:
>> Does Emacs provide a function to remove all the .elc files from a
>> directory ?
>
> I don't think it does. If it would I wouldn't see the point.
> You just need a shell:
>
> rm *.elc

I ended up using
find -name '*.elc' -exec rm {} \;
to remove it from all subdirectories



reply via email to

[Prev in Thread] Current Thread [Next in Thread]