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 -->
  #7 (permalink)  
Old 01-05-2008
porter porter is offline
Registered User
 

Join Date: Jan 2007
Posts: 2,965
This can be done with "IFS=," and "while read A B C D E ..."

What database are you using?
Reply With Quote