Windows Quick TipsGrep for WindowsFor Unix lovers who find themselves trapped inside a Windows command line window, you may find the findstr command useful. It functions just like grep and has many of the same options. Here are a couple of examples:
C:\>netstat -an | findstr LISTEN |