The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Renaming of multiple filenames
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
Renaming of multiple filenames
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
5
(
permalink
)
06-28-2005
locustfurnace
Registered User
Join Date: Aug 2004
Posts: 232
Quote:
Originally Posted by
shashi_kiran_v
file001 to flat1
file100 to flat100
Can also use the
rename
command.
rename "file00" "flat" *.*
rename "file" "flat" *.*
locustfurnace
View Public Profile
Find all posts by locustfurnace