> > 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 [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to