The UNIX and Linux Forums  

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




Thread: Please help
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
Please help

I want to write one script which split one stirng and store two splited portion in different variable.
Exmp:

string is S070528A
Split it Into S070528 and A
and store it into two variables. like
fiirstname=S070528
lastname=A