![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Column sum group by uniq records | Nayanajith | Shell Programming and Scripting | 17 | 05-20-2009 10:57 AM |
| Select Record based on First Column | mgirinath | Shell Programming and Scripting | 8 | 07-16-2007 02:38 AM |
| column based search | user_007 | Shell Programming and Scripting | 8 | 07-01-2007 06:52 AM |
| awk to select a column from particular line number | mab_arif16 | Shell Programming and Scripting | 4 | 05-08-2006 06:26 AM |
| Selecting records from file on criteria. | videsh77 | Shell Programming and Scripting | 7 | 12-29-2004 02:20 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | 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 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|