Commit 14165e5a authored by neil's avatar neil
Browse files

minor

parent edf08da6
...@@ -194,7 +194,7 @@ _ss() { ...@@ -194,7 +194,7 @@ _ss() {
#for windows version netstat tool #for windows version netstat tool
netstat -anb -p tcp | grep "LISTENING" | grep :$_port" " netstat -anb -p tcp | grep "LISTENING" | grep :$_port" "
else else
if netstat -help 2>&1 | grep "-p protocol" >/dev/null ; then if netstat -help 2>&1 | grep "\-p protocol" >/dev/null ; then
netstat -an -p tcp | grep LISTEN | grep :$_port" " netstat -an -p tcp | grep LISTEN | grep :$_port" "
else else
netstat -ntpl | grep :$_port" " netstat -ntpl | grep :$_port" "
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment