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 02-10-2009
eltinator eltinator is offline
Registered User
  
 

Join Date: Jul 2007
Posts: 63
Grep Out of a CSV

Hi, I have a CSV file and would like to grep out a particular row of values. The CSV file looks something like...

"email", "data", "date", "other data", "blah", "NUMBER I WANT", "more stuff", and "more stuff"

The file has hundreds of lines and I basically just want the number after the 5th comma. If it helps any, the number is always preceded by the letter "E" Any help would be appreciated, thanks!