View Single Post
Old 29-Nov-2007, 02:57 AM   #1 (permalink)
Anilrgowda
Administrator
 
Anilrgowda's Avatar

Posts: 18,715
Join Date: Jan 2006
Rep Power: 10 Anilrgowda is on a distinguished road

IM:
Default grep and write to file from Shell script

Question: OS: Linux
Type: Shell Script

I have a CSV file in the following format.
'112'|1|'1480196'|15||'A'
'112'|1|'1481645'|15||'A'
'145'|1|'1492362'|15||'A'
'145'|1|'15103891'|15||'A'
'157'|1|'1536122'|15||'A'
'157'|1|'1537942'|15||'A'
'168'|1|'1587454'|15||'A'
'168'|1|'1596169'|15||'A'

From the above file, I would like to grep the rows with first column '145' and write them to a different file, can someone give me a script to do that.


------------------


Anilrgowda is offline   Reply With Quote