The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
how many times does this repeated sequence exist
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
how many times does this repeated sequence exist
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
03-07-2009
ldapswandog
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
ldapswandog
View Public Profile
Find all posts by ldapswandog
Find ldapswandog's past nominations received
Find ldapswandog's present nominations given