findstr in windows works similarly to grep in unix. For example you can do this:
netstat -a | findstr 8000
Another command find is also similar, with slightly different syntax and powers.
findstr in windows works similarly to grep in unix. For example you can do this:
netstat -a | findstr 8000
Another command find is also similar, with slightly different syntax and powers.