![]() |
|
|
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 |
| Uniq using only the first field | Digby | UNIX for Dummies Questions & Answers | 8 | 01-16-2008 06:25 AM |
| compare two col from 2 files, and output uniq from file 1 | pp56825 | Shell Programming and Scripting | 2 | 01-10-2008 11:10 AM |
| select last field from a file | kykyboss | Shell Programming and Scripting | 3 | 11-14-2006 10:15 AM |
| inserting uniq sequential numbers at the start of the file | jingi1234 | UNIX for Dummies Questions & Answers | 7 | 11-19-2005 06:42 PM |
| Append a field to the end of each line of a file based on searching another file. | ultimate | Shell Programming and Scripting | 2 | 03-29-2005 11:21 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi ;
I have a question regarding the uniq command in unix How do I uniq 3rd field in a file ? original file : zoom coord 39 18652 39 18652 zoom coord 39 18653 39 18653 zoom coord 39 18818 39 18818 zoom coord 39 18840 39 18840 zoom coord 41 15096 41 15096 zoom coord 41 15261 41 15261 zoom coord 41 15283 41 15283 zoom coord 53 16385 53 16385 zoom coord 53 16406 53 16406 desire output zoom coord 39 18652 39 18652 zoom coord 41 15096 41 15096 zoom coord 53 16385 53 16385 Thanks ![]() |
| Bookmarks |
| Tags |
| awk, awk array |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|