The UNIX and Linux Forums  

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




Thread: Command Help!
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-23-2006
reddymails reddymails is offline
Registered User
  
 

Join Date: Feb 2006
Posts: 25
To the final output use sort -u
Some thing like

cat final.txt | sort -u > final1.txt

So now final1.txt will have only unique ids.