-
Aggregate results from command line on a specific field (e.g. netstat per IP)
To aggregate results from a command line and count number of results for each field, you can combine multiple tools like awk, cut, uniq and sort to obtain the expected results. For example,…