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: Mon, 1 May 2017 06:34:34 -0700 (PDT)

> Does Emacs provide a function to remove all the .elc files from a
> directory ?

Use `% d \ . e l c $` in Dired to flag the files for deletion.
Then use `x' to delete them.

If you use Dired+ you can also use `* . e l c', then `D'.

The first (`% d') matches file names against a regexp.
The second (`* .') matches file-name extensions.



reply via email to

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