Feb19

Written by:David Aldridge
2/19/2010 6:07 PM 

Windows command line is vastly underrated. It can do a lot of what linux can from the command line. Take for example trying to see how many connections you are making out to a certain server IP or port, then you can use the following: netstat -an | findstr /c:"w.x.y.z" or netstat -an | findstr /c:":port Where w.x.y.z would be the IP address you were interested in or port is the port you are interested in. Findstr is almost analogous to grep in uniq. Not quite, but good enough for stuff like the above...

Tags:

Your name:
Your email:
(Optional) Email used only to show Gravatar.
Your website:
Title:
Comment:
Security Code
Enter the code shown above in the box below
Add Comment  Cancel 
You must be logged in and have permission to create or edit a blog.