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

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

Re: Delete marked files from dired


From: Emanuel Berg
Subject: Re: Delete marked files from dired
Date: Mon, 19 Jun 2017 15:06:19 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Ralf Fassel wrote:

> Might be easier to just put
>
>   (setq dired-recursive-deletes 'always)
>
> in your .emacs (maybe accompanied by a comment
> indicating what this does)

You could, but "recursive" as in recursion or
recursive descent is a good word to know.

Many of the shell tools has an option to do
whatever recursively, and I'd say drill down
a directory hierarchy is the most common
use case.

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

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