#!/bin/sh
# Az aktiv portok listaja

netstat -tel --numeric-ports -p $@ | egrep -v ' ::|localhost6' | sort -t : -k2n
