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

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

Re: Copying a set of files whose filenames match a regular expression


From: james
Subject: Re: Copying a set of files whose filenames match a regular expression
Date: 24 Apr 2007 07:18:48 -0700
User-agent: G2/1.0

On Apr 24, 5:50 am, Nordlöw <per.nord...@gmail.com> wrote:
> Hey again, Emacs Lovers.
>
> How do I copy/move a set of files matching a regular expression from
> one directory to another? It seems like copy/move-file() takes only
> one file at a time.
>
> Thanks in advance,
> Per Nordlöw

%m (dired-mark-files-regexp)

then

R (dired-do-rename)

You can get a list of all the dired bindings by C-h m in a dired buffer



reply via email to

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