![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
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 |
| Filtering records of a file based on a value of a column | risk_sly | UNIX for Dummies Questions & Answers | 4 | 09-24-2008 03:22 AM |
| finding null records in data file | dsravan | Shell Programming and Scripting | 3 | 01-09-2007 03:46 PM |
| concatenating static string to records in data file | gillbates | Shell Programming and Scripting | 5 | 06-22-2006 07:22 PM |
| Select records based on search criteria on first column | shashi_kiran_v | UNIX for Dummies Questions & Answers | 2 | 12-02-2005 01:49 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Excluding the records with data only occuring once in first column
Hello all, I need help with excluding the rows in which the data in the first column occur only once. For example;
DATA-1 8374 XX YY DATA-1 9838 AB DD DATA-1 8377 CC XY DATA-2 8737 AB DD DATA-3 7626 DC DD DATA-3 8722 AB RE DATA-4 8982 CD XY DATA-5 7762 AC RT DATA-5 8722 AD TD So I want to get of rows number 4 (DATA-2 ......) and row number 7 (DATA-4 .....) as in these the data in the first column occurs only once. Please help. |
| Bookmarks |
| Tags |
| excluding row, occuring once. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|