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 -->
  #7 (permalink)  
Old 08-21-2007
bigearsbilly bigearsbilly is offline
Registered User
 

Join Date: Feb 2006
Location: Southern England
Posts: 102
Code:
 who | perl -ane '$H{$F[1]}++ or print'
Reply With Quote