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

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

Re: does dired have `mv' command?


From: Dieter Wilhelm
Subject: Re: does dired have `mv' command?
Date: Sun, 23 Jul 2006 15:20:42 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Leon <sdl.web@gmail.com> writes:

> Dear all,
>
> I'm wondering if dired has a function similar to `mv' in GNU/Linux
> command line. If not, what's the best way of moving files between
> directories?

R

or even better ;-)

C-h m
C-x o
C-s rename

for the other renaming possibilities.

the following might be helpful when you also want to copy, delete
whole directories:

(setq dired-recursive-copies 'always)   
(setq dired-recursive-deletes 'top)     ;ask for the top directories


-- 
    Best wishes

    H. Dieter Wilhelm
    Darmstadt, Germany




reply via email to

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