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

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

RE: byte-decompile-directory ?


From: Drew Adams
Subject: RE: byte-decompile-directory ?
Date: Tue, 2 May 2017 08:14:51 -0700 (PDT)

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

(FWIW, you said directory, not also subdirs.)

In that case, if you want to do it from Emacs, with Dired,
you can do it by using `R' as one of the `ls' switches
(e.g. `C-u C-x d' then `-alFR'), then `% d \ . e l c $`
to mark *.elc and `x' to delete.




reply via email to

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