I\'m trying to determine what application is using certain port and get netstat -tlnp | grep for Linux.
netstat -tlnp | grep for Linux
This command return the following o
... | awk '{print $7;}'| sed 's/\// /g'