Re: rename many files together

2009-04-16 Thread Magnus Therning
On Thu, Apr 16, 2009 at 11:30 AM, Maurice Guerrier wrote: > Hi, > > I have 17 files that I want to rename at the same times. I would like to > give to the new name, the original name.old > > For exemple : document, presentation and reading.txt  I want to rename then > like this : document.old, pre

Re: rename many files together

2009-04-16 Thread Nuno Magalhães
For future reference, besides your own system, you can try this: http://www.commandlinefu.com/commands/browse You can also do that with perl. -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments -- To UNSUBSCRIBE, email to debian-user-

Re: rename many files together

2009-04-16 Thread David Jardine
On Thu, Apr 16, 2009 at 03:30:32AM -0700, Maurice Guerrier wrote: > Hi, > > I have 17 files that I want to rename at the same times. I would like to give > to the new name, the original name.old > > For exemple : document, presentation and reading.txt I want to rename then > like this : docum

rename many files together

2009-04-16 Thread Maurice Guerrier
Hi, I have 17 files that I want to rename at the same times. I would like to give to the new name, the original name.old For exemple : document, presentation and reading.txt I want to rename then like this : document.old, presentation.old and reading.txt.old. How can I do this in one command