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 -->
  #3 (permalink)  
Old 11-01-2006
Corona688 Corona688 is offline
Registered User
 

Join Date: Aug 2005
Location: Saskatchewan
Posts: 923
If you have the 'mmv' tool installed, it can do things like
Code:
mmv '45-*.php' '46-#1.php'
Reply With Quote