![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Column sum group by uniq records | Nayanajith | Shell Programming and Scripting | 3 | 01-28-2008 05:45 AM |
| Select Record based on First Column | mgirinath | Shell Programming and Scripting | 8 | 07-15-2007 10:38 PM |
| column based search | user_007 | Shell Programming and Scripting | 8 | 07-01-2007 02:52 AM |
| awk to select a column from particular line number | mab_arif16 | Shell Programming and Scripting | 4 | 05-08-2006 02:26 AM |
| Selecting records from file on criteria. | videsh77 | Shell Programming and Scripting | 7 | 12-29-2004 10:20 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Select records based on search criteria on first column
Hi All,
I need to select only those records having a non zero record in the first column of a comma delimited file. Suppose my input file is having data like: "0","01/08/2005 07:11:15",1,1,"Created",,"01/08/2005" "0","01/08/2005 07:12:40",1,1,"Created",,"01/08/2005" "552130000","01/08/2005 07:16:53",2,3,"FIDS_Accept",,"01/08/2005" Then I need the output having only "552130000","01/08/2005 07:16:53",2,3,"FIDS_Accept",,"01/08/2005" Thanks Shash |
| Forum Sponsor | ||
|
|