The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 08-21-2007
bigearsbilly bigearsbilly is offline
Registered User
 

Join Date: Feb 2006
Location: Southern England
Posts: 102
Code:
perl -ne '$H{$_}++ or print'
remove duplicate without sorting
Reply With Quote