The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 05-28-2007
rinku rinku is offline
Registered User
  
 

Join Date: May 2007
Posts: 54
Unhappy split the file name

I want to split the file name.

Exmp;
First get file name.
say, File name is S20070528A
Split that file name to S20070528 and A
And then I want That file rename to S20070528B.
Please help me as soon as possible.