Re: changing part of a file name
On Wed, 26 Mar 2008 09:50:06 -0700 (PDT), laredotornado
<laredotornado@zipmail.com> wrote:
>Hi,
>
>In a given directory, how do I change all file names such that I
>replace the string "show" with the string "event" in the file title?
>
>Thanks, - Dave
Assuming "file title" means the filename, how about
rename show event *show* ?
Scott McMillan
|