The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com



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 10:21 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 01-31-2008
babycakes babycakes is offline
Registered User
  
 

Join Date: Jan 2008
Posts: 1
Red face How to uniq third field in a file

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
  #2 (permalink)  
Old 02-01-2008
Yogesh Sawant's Avatar
Yogesh Sawant Yogesh Sawant is offline Forum Staff  
Part Time Moderator and Full Time Dad
  
 

Join Date: Sep 2006
Location: Rossem, Tazenda
Posts: 1,086
try this:
Code:
awk '{ if (! third_col[$3]) print $0;  third_col[$3]++; }' file
Sponsored Links
Closed Thread

Bookmarks

Tags
awk, awk array

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 07:09 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0