The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
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 11-24-2008
eswarreddya eswarreddya is offline
Registered User
  
 

Join Date: Nov 2008
Posts: 5
String spllittinf based on pattern

Hi,

I have a sample.properties file and it contains the following content.

today--RSS_URL=http://someurl


i need to split the string and need the result in the folliwng form.

x1=today
x2=RSS_URL
x3=http://someurl


Your immediate response will be graetly appreciated