Separate names with a comma.
Hi I am using this command to short ip's with more connections: netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n But...