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 the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 03-07-2009
ldapswandog ldapswandog is offline
Registered User
  
 

Join Date: Feb 2009
Location: Charlotte, NC
Posts: 101
echo -ne "Port:\t";grep -c 200 $file;echo -ne "Open:\t";grep -c 150 $file;echo -ne "Transfer:\t";grep -c 226 $file;echo -ne "Failed:\t";grep -ci "not connected" $file