[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: batch renaming
> > What is the simplest way to do such renaming ?
> > I have many file with the same preceding string in their name.
> > I want to remove that.
You might want to check 'mmv' (you can find the package on redhat's
contrib archive). mmv lets you write:
mmv '*.yyy.*' '#2.xxx.#1'
You can probably guess what that means. Just a small and useful package.
--Nimrod.
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il