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

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

Re: byte-decompile-directory ?


From: hector
Subject: Re: byte-decompile-directory ?
Date: Mon, 1 May 2017 14:37:22 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

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

As easy as that. Anyway if you want you can use shell-command:

M-! rm *.elc



reply via email to

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