Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joyoyoyoyoyo/60b70673091dd94d2dc3ce8ccd319902 to your computer and use it in GitHub Desktop.
Save joyoyoyoyoyo/60b70673091dd94d2dc3ce8ccd319902 to your computer and use it in GitHub Desktop.
echo_pid_accodring_port
port=$1
pid=`netstat -nlp 2>/dev/null|grep ${port}|grep LISTEN|awk '{print \$NF}'|awk -F"/" '{print \$1}'`
echo $pid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment