Using xargs, for each line in file count the occurrences of those lines another – CentOS
This is a question in a linux (centos 7) academic module that I have found myself stuck on. I have a file of IP's, extracted from a log file. I have sorted the IP's into a new file, removing duplicates.…