1 line
87 B
Bash
1 line
87 B
Bash
netstat -tunp | grep "134.102.23.210:443" | awk -c {'print $5'} | sed 's/:.*//' | uniq
|