# netstat -nutlp|grep 55669|awk '{printf $7}'|awk '{split($0,a,"/");printf a[1]}'it
# netstat -anp|grep 55669|awk '{printf $7}'|cut -d/ -f1awk