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

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

Re: recursively move types of files


From: Kevin Rodgers
Subject: Re: recursively move types of files
Date: Thu, 15 May 2008 01:04:44 -0600
User-agent: Thunderbird 2.0.0.14 (Macintosh/20080421)

Charles L. Snyder wrote:
1. I want to move all .pdb files from a folder (and all its
subfolders):

/Users/cls/ebooks

to another folder:
 /Users/cls/pdb_files

I can find all the files with Alt-x find-dired RET ~/ebooks RET -name
"*.pdb" RET
but how do I mark and move the files within emacs?

Since originally none of the files are marked, dired-toggle-marks (bound
to `t') marks them all.  Then dired-do-rename (bound to `R') will move
them.

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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