linux listen port get from /proc/net/tcp

# cat /proc/net/tcp | awk ‘{print $2}’ | cut -d’:’ -f2| awk ‘{print strtonum(“0x”$0)}’ | grep -v ^0