all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dieter Wilhelm <dieter@duenenhof-wilhelm.de>
Cc: help-gnu-emacs@gnu.org
Subject: Re: does dired have `mv' command?
Date: Sun, 23 Jul 2006 15:20:42 +0200	[thread overview]
Message-ID: <87u058pidx.fsf@hans.local.net> (raw)
In-Reply-To: <m2fygseaa0.fsf@sl392.st-edmunds.cam.ac.uk> (Leon's message of "Sun, 23 Jul 2006 14:11:19 +0100")

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	other threads:[~2006-07-23 13:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-23 13:11 does dired have `mv' command? Leon
2006-07-23 13:20 ` Dieter Wilhelm [this message]
2006-07-24 10:43   ` Leon
2006-07-23 13:26 ` Peter Dyballa
2006-07-23 13:28 ` David Hansen
2006-07-23 16:42   ` Leon
2006-07-23 17:58     ` Peter Dyballa
     [not found] <mailman.4369.1153660299.9609.help-gnu-emacs@gnu.org>
2006-07-24  8:16 ` Tim X
2006-07-25 18:53 ` Ken Goldman
2006-07-25 20:04   ` Chris McMahan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87u058pidx.fsf@hans.local.net \
    --to=dieter@duenenhof-wilhelm.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.