The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 06-28-2005
locustfurnace locustfurnace is offline
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" *.*
Reply With Quote