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 UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 05-18-2008
Harikrishna Harikrishna is offline
Registered User
 

Join Date: Feb 2008
Posts: 38
Quote:
Originally Posted by era View Post
It's kind of funny that it splits on the "=" and then glues together the parts if there was more than one "=", when simply splitting only on the first "=" and leaving the others would literally have required only the addition of two characters.
suppose i have date in config file yahoo.com:200 .. how to get the data
Reply With Quote