The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 10-27-2006
Mark Thomas Mark Thomas is offline
Registered User
 

Join Date: Oct 2006
Location: Tampa, Florida
Posts: 14
Could you use 'uniq'?

Code:
uniq -u test.txt
cat
cattle
bat
battle
mat
matter
fat
fatter
Reply With Quote